ESP-IDF
gpio_hal_context_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
gpio_hal_context_t
gpio_hal_context_t struct
Context that should be maintained by both the driver and the HAL
Syntax
Show:
Summary
Declaration
from
gpio_hal.h:33
typedef
struct
{
gpio_dev_t
*
dev
;
}
gpio_hal_context_t
;
Fields
Field
Declared as
gpio_hal_context_t::dev
gpio_dev_t
*
Related Functions
Found 8 other functions taking a
gpio_hal_context_t
argument:
Function
Description
gpio_hal_intr_enable_on_core()
Enable GPIO module interrupt signal
gpio_hal_intr_disable()
Disable 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