Searched refs:toIrq (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/drivers/hdf_core/framework/support/platform/src/gpio/ |
H A D | gpio_core.c | 108 if (cntlr->ops == NULL || cntlr->ops->toIrq == NULL) { in GpioCntlrToIrq() 113 return cntlr->ops->toIrq(cntlr, local, irq); in GpioCntlrToIrq()
|
/ohos5.0/drivers/hdf_core/framework/support/platform/include/gpio/ |
H A D | gpio_core.h | 132 int32_t (*toIrq)(struct GpioCntlr *cntlr, uint16_t local, uint16_t *irq); member
|
/ohos5.0/docs/zh-cn/device-dev/driver/ |
H A D | driver-platform-gpio-develop.md | 59 int32_t (*toIrq)(struct GpioCntlr *cntlr, uint16_t local, uint16_t *irq); // 【预留】 266 .toIrq = NULL,
|
/ohos5.0/drivers/hdf_core/adapter/platform/gpio/ |
H A D | gpio_wm.c | 109 .toIrq = NULL,
|
H A D | gpio_gr5xx.c | 305 .toIrq = NULL,
|
H A D | gpio_asr.c | 250 .toIrq = NULL,
|
H A D | gpio_bes.c | 132 .toIrq = NULL,
|
H A D | gpio_stm32f4xx.c | 145 .toIrq = NULL,
|
/ohos5.0/docs/en/device-dev/driver/ |
H A D | driver-platform-gpio-develop.md | 57 int32_t (*toIrq)(struct GpioCntlr *cntlr, uint16_t local, uint16_t *irq); // Reserved. 233 .toIrq = NULL,
|