ESP-IDF
gpio_slp_mode_cfg
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
gpio_slp_mode_cfg
gpio_slp_mode_cfg struct
Syntax
Show:
Summary
Declaration
from
gpio_hal_workaround.c:15
typedef
struct
gpio_slp_mode_cfg
{
volatile
uint16_t
fun_pu
[
(
(
SOC_GPIO_PIN_COUNT
-
1
)
>
>
4
)
+
1
]
;
volatile
uint16_t
fun_pd
[
(
(
SOC_GPIO_PIN_COUNT
-
1
)
>
>
4
)
+
1
]
;
}
gpio_slp_mode_cfg_t
;
Fields
Field
Declared as
gpio_slp_mode_cfg::fun_pu
volatile
uint16_t
[
(
(
SOC_GPIO_PIN_COUNT
-
1
)
>
>
4
)
+
1
]
gpio_slp_mode_cfg::fun_pd
volatile
uint16_t
[
(
(
SOC_GPIO_PIN_COUNT
-
1
)
>
>
4
)
+
1
]
Examples
References
from
examples
Code
Location
Referrer
typedef
struct
gpio_slp_mode_cfg
{
gpio_hal_workaround.c:15
}
gpio_slp_mode_cfg_t
;
gpio_hal_workaround.c:18
gpio_slp_mode_cfg_t
static
DRAM_ATTR
gpio_slp_mode_cfg_t
gpio_cfg
;
gpio_hal_workaround.c:26
gpio_hal_sleep_mode_setup_wrapper()
gpio_slp_mode_cfg_t
*
pcfg
=
(
gpio_slp_mode_cfg_t
*
)
args
;
gpio_hal_workaround.c:45
gpio_hal_fun_pupd_backup()
gpio_slp_mode_cfg_t
*
pcfg
=
(
gpio_slp_mode_cfg_t
*
)
args
;
gpio_hal_workaround.c:86
gpio_hal_fun_pupd_restore()
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