ESP-IDF
light_sleep()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
light_sleep()
light_sleep() function
Syntax
Show:
Summary
Declaration
from
cmd_system_sleep.c:128
static
int
light_sleep
(
int
argc
,
char
*
*
argv
)
;
Arguments
Argument
argc
argv
Examples
References
from
examples
Code
Location
Referrer
static
int
light_sleep
(
int
argc
,
char
*
*
argv
)
cmd_system_sleep.c:128
.
func
=
&
light_sleep
,
cmd_system_sleep.c:209
register_system_light_sleep()
Call Tree
from
examples
light_sleep()
calls 15 functions:
All items filtered out
light_sleep()
__getreent()
esp_log_timestamp()
esp_log_write()
_esp_error_check_failed()
gpio_wakeup_enable()
uart_set_wakeup_threshold()
arg_print_errors()
arg_parse()
fsync()
esp_sleep_get_wakeup_cause()
esp_sleep_disable_wakeup_source()
esp_sleep_enable_timer_wakeup()
esp_sleep_enable_gpio_wakeup()
esp_sleep_enable_uart_wakeup()
esp_light_sleep_start()
All items filtered out
Data Use
from
examples
light_sleep()
reads 20 variables:
esp_log_level_t::ESP_LOG_ERROR
esp_log_level_t::ESP_LOG_WARN
esp_log_level_t::ESP_LOG_INFO
esp_log_level_t::ESP_LOG_DEBUG
esp_log_level_t::ESP_LOG_VERBOSE
gpio_int_type_t::GPIO_INTR_LOW_LEVEL
gpio_int_type_t::GPIO_INTR_HIGH_LEVEL
uart_port_t::UART_NUM_1
arg_int::count
arg_int::ival
TAG
::wakeup_time
::wakeup_gpio_num
::wakeup_gpio_level
::end
light_sleep_args
esp_sleep_source_t::ESP_SLEEP_WAKEUP_ALL
esp_sleep_source_t::ESP_SLEEP_WAKEUP_TIMER
esp_sleep_source_t::ESP_SLEEP_WAKEUP_GPIO
esp_sleep_source_t::ESP_SLEEP_WAKEUP_UART
All items filtered out
light_sleep()
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
light_sleep()
is implemented by 1 functions:
All items filtered out
light_sleep()
esp_console_cmd_t::func
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out