Searched refs:unsetIrq (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/docs/zh-cn/device-dev/driver/ |
H A D | driver-platform-gpio-develop.md | 61 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 D | gpio_core.c | 299 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 D | gpio_core.h | 136 int32_t (*unsetIrq)(struct GpioCntlr *cntlr, uint16_t local); member
|
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/platform/gpio/ |
H A D | gpio_adapter.c | 229 .unsetIrq = LinuxGpioUnsetIrq,
|
/ohos5.0/drivers/hdf_core/adapter/platform/gpio/ |
H A D | gpio_wm.c | 111 .unsetIrq = GpioDevUnSetIrq,
|
H A D | gpio_gr5xx.c | 307 .unsetIrq = GpioDevUnSetIrq,
|
H A D | gpio_asr.c | 252 .unsetIrq = GpioDevUnSetIrq,
|
H A D | gpio_bes.c | 134 .unsetIrq = GpioDevUnSetIrq,
|
H A D | gpio_stm32f4xx.c | 147 .unsetIrq = GpioDevUnSetIrq,
|
/ohos5.0/docs/en/device-dev/driver/ |
H A D | driver-platform-gpio-develop.md | 59 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…
|