Home
last modified time | relevance | path

Searched refs:unsetIrq (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-platform-gpio-develop.md61 int32_t (*unsetIrq)(struct GpioCntlr *cntlr, uint16_t local);
76 | unsetIrq | cntlr:结构体指针,核心层GPIO控制器<br/>local:uint16_t类型,GPIO端口标识号 | 无 | HDF_STATUS相关状态 | 取消GPIO中断设…
268 .unsetIrq = Pl061GpioUnsetIrq, // 取消管脚中断设置,如不具备此能力可忽略
/ohos5.0/drivers/hdf_core/framework/support/platform/src/gpio/
H A Dgpio_core.c299 if (cntlr->ops == NULL || cntlr->ops->unsetIrq == NULL) { in GpioCntlrUnsetIrq()
317 ret = cntlr->ops->unsetIrq(cntlr, local); in GpioCntlrUnsetIrq()
/ohos5.0/drivers/hdf_core/framework/support/platform/include/gpio/
H A Dgpio_core.h136 int32_t (*unsetIrq)(struct GpioCntlr *cntlr, uint16_t local); member
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/platform/gpio/
H A Dgpio_adapter.c229 .unsetIrq = LinuxGpioUnsetIrq,
/ohos5.0/drivers/hdf_core/adapter/platform/gpio/
H A Dgpio_wm.c111 .unsetIrq = GpioDevUnSetIrq,
H A Dgpio_gr5xx.c307 .unsetIrq = GpioDevUnSetIrq,
H A Dgpio_asr.c252 .unsetIrq = GpioDevUnSetIrq,
H A Dgpio_bes.c134 .unsetIrq = GpioDevUnSetIrq,
H A Dgpio_stm32f4xx.c147 .unsetIrq = GpioDevUnSetIrq,
/ohos5.0/docs/en/device-dev/driver/
H A Ddriver-platform-gpio-develop.md59 int32_t (*unsetIrq)(struct GpioCntlr *cntlr, uint16_t local);
74 | unsetIrq | **cntlr**: structure pointer to the GPIO controller at the core layer.<br>**local**: G…
235 ….unsetIrq = Pl061GpioUnsetIrq, // Cancel the IRQ function for a pin. Skip it if this capabi…