Home
last modified time | relevance | path

Searched refs:ESP_SYSTEM_INIT_FN (Results 1 – 13 of 13) sorted by relevance

/hal_espressif-latest/components/esp_system/include/esp_private/
Dstartup_internal.h68 #define ESP_SYSTEM_INIT_FN(f, c, priority, ...) \ macro
/hal_espressif-latest/components/esp_system/
Dsystem_init_fn.txt1 # This file documents the expected order of execution of ESP_SYSTEM_INIT_FN functions.
3 # When adding new ESP_SYSTEM_INIT_FN functions or changing init priorities of existing functions,
Dstartup.c511 ESP_SYSTEM_INIT_FN(init_components0, BIT(0), 200)
/hal_espressif-latest/components/esp_hw_support/
Dsleep_gpio.c188 ESP_SYSTEM_INIT_FN(esp_sleep_startup_init, BIT(0), 105)
Dsleep_clock.c126 ESP_SYSTEM_INIT_FN(sleep_clock_startup_init, BIT(0), 106)
Dsleep_system_peripheral.c260 ESP_SYSTEM_INIT_FN(sleep_sys_periph_startup_init, BIT(0), 107)
/hal_espressif-latest/components/esp_system/port/
Dusb_console.c313 ESP_SYSTEM_INIT_FN(esp_usb_console_init_restart_timer, BIT(0), 220)
/hal_espressif-latest/components/esp_system/ld/esp32c2/
Dsections.ld.in225 /* System init functions registered via ESP_SYSTEM_INIT_FN */
/hal_espressif-latest/components/esp_system/ld/esp32c6/
Dsections.ld.in373 /* System init functions registered via ESP_SYSTEM_INIT_FN */
/hal_espressif-latest/components/esp_system/ld/esp32/
Dsections.ld.in344 /* System init functions registered via ESP_SYSTEM_INIT_FN */
/hal_espressif-latest/components/esp_system/ld/esp32c3/
Dsections.ld.in338 /* System init functions registered via ESP_SYSTEM_INIT_FN */
/hal_espressif-latest/components/esp_system/ld/esp32s2/
Dsections.ld.in355 /* System init functions registered via ESP_SYSTEM_INIT_FN */
/hal_espressif-latest/components/esp_system/ld/esp32s3/
Dsections.ld.in367 /* System init functions registered via ESP_SYSTEM_INIT_FN */