/hal_espressif-latest/components/esp_system/ |
D | system_init_fn.txt | 16 # esp_timer has to be initialized early, since it is used by several other components 24 # app_trace has to be initialized before systemview 28 # the rest of the components which are initialized from startup.c 37 # This makes more sense to be done after esp_pm_impl_init, which is initialized in init_components0.
|
D | Kconfig | 418 either initialized automatically at startup or initialized after startup 435 Enabling this option will cause the Task Watchdog Timer to be initialized
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/hf_client/ |
D | btc_hf_client.c | 92 if (! hf_client_local_param.btc_hf_client_cb.initialized) { \ 98 if (! hf_client_local_param.btc_hf_client_cb.initialized || \ 171 if (hf_client_local_param.btc_hf_client_cb.initialized) { in btc_hf_client_init() 238 if (!hf_client_local_param.btc_hf_client_cb.initialized) { in btc_hf_client_deinit() 866 if (hf_client_local_param.btc_hf_client_cb.initialized) { in btc_hf_client_cb_handler() 870 hf_client_local_param.btc_hf_client_cb.initialized = false; in btc_hf_client_cb_handler() 874 if (!hf_client_local_param.btc_hf_client_cb.initialized) { in btc_hf_client_cb_handler() 878 hf_client_local_param.btc_hf_client_cb.initialized = true; in btc_hf_client_cb_handler()
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/include/ |
D | btc_hf_client.h | 135 bool initialized; member
|
D | btc_hf_ag.h | 212 bool initialized; member
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/hf_ag/ |
D | btc_hf_ag.c | 118 if (!hf_local_param[idx].btc_hf_cb.initialized) { \ 131 if (!hf_local_param[idx].btc_hf_cb.initialized || \ 171 if (hf_local_param[idx].btc_hf_cb.initialized && in btc_hf_find_free_idx() 321 if (hf_local_param[idx].btc_hf_cb.initialized) { in btc_hf_init() 373 if (!hf_local_param[idx].btc_hf_cb.initialized) { in btc_hf_deinit() 1299 if (hf_local_param[idx].btc_hf_cb.initialized) { in btc_hf_cb_handler() 1300 hf_local_param[idx].btc_hf_cb.initialized = false; in btc_hf_cb_handler() 1315 if (!hf_local_param[idx].btc_hf_cb.initialized) { in btc_hf_cb_handler() 1319 hf_local_param[idx].btc_hf_cb.initialized = true; in btc_hf_cb_handler()
|
/hal_espressif-latest/components/esp_system/ld/esp32/ |
D | sections.ld.in | 83 /* This section holds data that should not be initialized at power up 114 * The data are not initialized at power-up and are retained during deep sleep. 133 * The data are not initialized at power-up and are retained during deep sleep. 246 /*This section holds data that should not be initialized at power up.
|
/hal_espressif-latest/components/esp_psram/ |
D | Kconfig.spiram.common | 99 Note that the variables placed in SPIRAM using EXT_RAM_BSS_ATTR will be zero initialized. 108 …Note the values placed into this section will not be initialized at startup and should keep its va…
|
/hal_espressif-latest/components/esp_system/ld/esp32h2/ |
D | sections.ld.in | 81 * This section holds data that should not be initialized at power up 111 * The data are not initialized at power-up and are retained during deep sleep. 223 * This section holds data that should not be initialized at power up.
|
/hal_espressif-latest/components/esp_system/ld/esp32c6/ |
D | sections.ld.in | 81 * This section holds data that should not be initialized at power up 111 * The data are not initialized at power-up and are retained during deep sleep. 223 * This section holds data that should not be initialized at power up.
|
/hal_espressif-latest/components/esp_system/ld/esp32c3/ |
D | sections.ld.in | 79 * This section holds data that should not be initialized at power up 109 * The data are not initialized at power-up and are retained during deep sleep. 188 * This section holds data that should not be initialized at power up.
|
/hal_espressif-latest/components/esp_system/ld/esp32s2/ |
D | sections.ld.in | 90 /* This section holds data that should not be initialized at power up 121 * The data are not initialized at power-up and are retained during deep sleep. 236 /*This section holds data that should not be initialized at power up.
|
/hal_espressif-latest/components/esp_system/ld/esp32s3/ |
D | sections.ld.in | 85 * This section holds data that should not be initialized at power up 116 * The data are not initialized at power-up and are retained during deep sleep. 225 * This section holds data that should not be initialized at power up.
|
/hal_espressif-latest/components/log/ |
D | Kconfig | 107 initialized to 0 on startup, it can be set with an SNTP sync, or with
|
D | README.rst | 49 … early startup code only, before heap allocator and syscalls have been initialized. Normal ``ESP_L…
|
/hal_espressif-latest/components/esp_wifi/ |
D | Kconfig | 49 … If "Static" is selected, WiFi TX buffers are allocated when WiFi is initialized and released 50 when WiFi is de-initialized. The size of each static TX buffer is fixed to about 1.6KB. 120 … If "Static" is selected, WiFi RX MGMT buffers are allocated when WiFi is initialized and released 121 … when WiFi is de-initialized. The size of each static RX MGMT buffer is fixed to about 500 Bytes.
|
/hal_espressif-latest/components/esp_phy/ |
D | Kconfig | 7 … If this option is enabled, NVS will be initialized and calibration data will be loaded from there.
|
/hal_espressif-latest/components/esp_pm/ |
D | Kconfig | 120 … the actual cost depends on the peripherals you have initialized. In order to save/restore the
|
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/inc/ |
D | summary_ESP32-S2.rst | 45 en SPI flash is initialized
|
D | summary_ESP32-S3.rst | 21 en SPI flash is initialized
|
/hal_espressif-latest/components/esp_system/ld/esp32c2/ |
D | sections.ld.in | 75 * This section holds data that should not be initialized at power up.
|
/hal_espressif-latest/components/efuse/esp32s2/ |
D | esp_efuse_table.csv | 154 …, [] Set default power supply for GPIO33-GPIO37; set when SPI flash is initialized {0: "VDD3P3_CPU…
|
/hal_espressif-latest/components/efuse/esp32s3/ |
D | esp_efuse_table.csv | 174 …, [] Set default power supply for GPIO33-GPIO37; set when SPI flash is initialized {0: "VDD3P3_CPU…
|
/hal_espressif-latest/components/bt/esp_ble_mesh/ |
D | Kconfig.in | 405 gets initialized it will add sequence number to the last stored one, 1158 networking is initialized.
|
/hal_espressif-latest/components/mbedtls/ |
D | Kconfig | 112 By default, when SSL is initialized, mbedTLS also allocate TX and
|