ESP-IDF
gpio_hal_intr_disable()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
gpio_hal_intr_disable()
gpio_hal_intr_disable() function
Disable GPIO module interrupt signal
Syntax
Show:
Summary
Declaration
Definition
from
gpio_hal.h:138
void
gpio_hal_intr_disable
(
gpio_hal_context_t
*
hal
,
uint32_t
gpio_num
)
;
Implemented in
gpio_hal.c:24
Arguments
Argument
Description
hal
Context of the HAL layer
gpio_num
GPIO number. If you want to disable the interrupt of e.g. GPIO16, gpio_num should be GPIO_NUM_16 (16);
Related Functions
Found 7 other functions taking a
gpio_hal_context_t
argument:
Function
Description
gpio_hal_intr_enable_on_core()
Enable GPIO module interrupt signal
gpio_hal_sleep_pupd_config_apply()
Apply slp_pu/slp_pd configuration to fun_pu/fun_pd when system sleep.
gpio_hal_sleep_pupd_config_unapply()
Restore fun_pu/fun_pd configuration when system wakeup.
gpio_hal_sleep_mode_setup_wrapper()
gpio_hal_isolate_in_sleep()
Helper function to disconnect internal circuits from an GPIO in sleep mode. This function disables input, output, pullup, pulldown for an GPIO in sleep mode.
gpio_hal_fun_pupd_backup()
GPIO pu/pd information backup function
gpio_hal_fun_pupd_restore()
GPIO pu/pd information backup function
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out