Searched refs:ESP_SYSTEM_INIT_FN (Results 1 – 13 of 13) sorted by relevance
/hal_espressif-latest/components/esp_system/include/esp_private/ |
D | startup_internal.h | 68 #define ESP_SYSTEM_INIT_FN(f, c, priority, ...) \ macro
|
/hal_espressif-latest/components/esp_system/ |
D | system_init_fn.txt | 1 # 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,
|
D | startup.c | 511 ESP_SYSTEM_INIT_FN(init_components0, BIT(0), 200)
|
/hal_espressif-latest/components/esp_hw_support/ |
D | sleep_gpio.c | 188 ESP_SYSTEM_INIT_FN(esp_sleep_startup_init, BIT(0), 105)
|
D | sleep_clock.c | 126 ESP_SYSTEM_INIT_FN(sleep_clock_startup_init, BIT(0), 106)
|
D | sleep_system_peripheral.c | 260 ESP_SYSTEM_INIT_FN(sleep_sys_periph_startup_init, BIT(0), 107)
|
/hal_espressif-latest/components/esp_system/port/ |
D | usb_console.c | 313 ESP_SYSTEM_INIT_FN(esp_usb_console_init_restart_timer, BIT(0), 220)
|
/hal_espressif-latest/components/esp_system/ld/esp32c2/ |
D | sections.ld.in | 225 /* System init functions registered via ESP_SYSTEM_INIT_FN */
|
/hal_espressif-latest/components/esp_system/ld/esp32c6/ |
D | sections.ld.in | 373 /* System init functions registered via ESP_SYSTEM_INIT_FN */
|
/hal_espressif-latest/components/esp_system/ld/esp32/ |
D | sections.ld.in | 344 /* System init functions registered via ESP_SYSTEM_INIT_FN */
|
/hal_espressif-latest/components/esp_system/ld/esp32c3/ |
D | sections.ld.in | 338 /* System init functions registered via ESP_SYSTEM_INIT_FN */
|
/hal_espressif-latest/components/esp_system/ld/esp32s2/ |
D | sections.ld.in | 355 /* System init functions registered via ESP_SYSTEM_INIT_FN */
|
/hal_espressif-latest/components/esp_system/ld/esp32s3/ |
D | sections.ld.in | 367 /* System init functions registered via ESP_SYSTEM_INIT_FN */
|