Home
last modified time | relevance | path

Searched refs:toIrq (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/support/platform/src/gpio/
H A Dgpio_core.c108 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 Dgpio_core.h132 int32_t (*toIrq)(struct GpioCntlr *cntlr, uint16_t local, uint16_t *irq); member
/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-platform-gpio-develop.md59 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 Dgpio_wm.c109 .toIrq = NULL,
H A Dgpio_gr5xx.c305 .toIrq = NULL,
H A Dgpio_asr.c250 .toIrq = NULL,
H A Dgpio_bes.c132 .toIrq = NULL,
H A Dgpio_stm32f4xx.c145 .toIrq = NULL,
/ohos5.0/docs/en/device-dev/driver/
H A Ddriver-platform-gpio-develop.md57 int32_t (*toIrq)(struct GpioCntlr *cntlr, uint16_t local, uint16_t *irq); // Reserved.
233 .toIrq = NULL,