Searched refs:disableIrq (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/docs/zh-cn/device-dev/driver/ |
H A D | driver-platform-gpio-develop.md | 63 int32_t (*disableIrq)(struct GpioCntlr *cntlr, uint16_t local); 78 | disableIrq | cntlr:结构体指针,核心层GPIO控制器<br/>local:uint16_t类型,GPIO端口标识号 | 无 | HDF_STATUS相关状态 | 禁止GPIO管… 270 .disableIrq = Pl061GpioDisableIrq, // 禁止管脚中断,如不具备此能力可忽略
|
/ohos5.0/drivers/hdf_core/framework/support/platform/src/gpio/ |
H A D | gpio_core.c | 349 if (cntlr->ops == NULL || cntlr->ops->disableIrq == NULL) { in GpioCntlrDisableIrq() 354 return cntlr->ops->disableIrq(cntlr, local); in GpioCntlrDisableIrq()
|
/ohos5.0/drivers/hdf_core/framework/support/platform/include/gpio/ |
H A D | gpio_core.h | 140 int32_t (*disableIrq)(struct GpioCntlr *cntlr, uint16_t local); member
|
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/platform/gpio/ |
H A D | gpio_adapter.c | 231 .disableIrq = LinuxGpioDisableIrq,
|
/ohos5.0/drivers/hdf_core/adapter/platform/gpio/ |
H A D | gpio_wm.c | 113 .disableIrq = GpioDevDisableIrq,
|
H A D | gpio_gr5xx.c | 309 .disableIrq = GpioDevDisableIrq,
|
H A D | gpio_asr.c | 254 .disableIrq = GpioDevDisableIrq,
|
H A D | gpio_bes.c | 136 .disableIrq = GpioDevDisableIrq,
|
H A D | gpio_stm32f4xx.c | 149 .disableIrq = GpioDevDisableIrq,
|
/ohos5.0/docs/en/device-dev/driver/ |
H A D | driver-platform-gpio-develop.md | 61 int32_t (*disableIrq)(struct GpioCntlr *cntlr, uint16_t local); 76 | disableIrq | **cntlr**: structure pointer to the GPIO controller at the core layer.<br>**local**:… 237 ….disableIrq = Pl061GpioDisableIrq, // Disable interrupts for a pin. Skip it if this capability …
|