Home
last modified time | relevance | path

Searched refs:brownout_hal_config_t (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/esp_system/port/
Dbrownout.c70 brownout_hal_config_t cfg = { in esp_brownout_init()
91 brownout_hal_config_t cfg = { in esp_brownout_init()
105 brownout_hal_config_t cfg = { in esp_brownout_disable()
/hal_espressif-latest/components/hal/include/hal/
Dbrownout_hal.h30 } brownout_hal_config_t; typedef
37 void brownout_hal_config(const brownout_hal_config_t *cfg);
/hal_espressif-latest/components/hal/
Dbrownout_hal.c11 void brownout_hal_config(const brownout_hal_config_t *cfg) in brownout_hal_config()