Home
last modified time | relevance | path

Searched refs:CONFIG_BOOTLOADER_WDT_TIME_MS (Results 1 – 25 of 75) sorted by relevance

123

/hal_espressif-3.6.0/components/bootloader_support/src/
Dbootloader_init.c69 ESP_LOGD(TAG, "Enabling RTCWDT(%d ms)", CONFIG_BOOTLOADER_WDT_TIME_MS); in bootloader_config_wdt()
71 …uint32_t stage_timeout_ticks = (uint32_t)((uint64_t)CONFIG_BOOTLOADER_WDT_TIME_MS * rtc_clk_slow_f… in bootloader_config_wdt()
/hal_espressif-3.6.0/zephyr/esp_shared/src/boot/
Dbootloader_wdt.c28 …uint32_t stage_timeout_ticks = (uint32_t)((uint64_t)CONFIG_BOOTLOADER_WDT_TIME_MS * rtc_clk_slow_f… in bootloader_config_wdt()
/hal_espressif-3.6.0/components/esp_system/port/soc/esp32h2/
Dclk.c107 …stage_timeout_ticks = (uint32_t)((uint64_t)CONFIG_BOOTLOADER_WDT_TIME_MS * rtc_clk_slow_freq_get_h… in esp_clk_init()
/hal_espressif-3.6.0/docs/zh_CN/api-guides/
Dbootloader.rst118 - 可以通过设置 :ref:`CONFIG_BOOTLOADER_WDT_TIME_MS` 并重新编译引导加载程序来调整超时时间。
/hal_espressif-3.6.0/components/esp_system/port/soc/esp32/
Dclk.c170 …stage_timeout_ticks = (uint32_t)((uint64_t)CONFIG_BOOTLOADER_WDT_TIME_MS * rtc_clk_slow_freq_get_h… in esp_clk_init()
/hal_espressif-3.6.0/components/esp_system/port/soc/esp32c3/
Dclk.c113 …stage_timeout_ticks = (uint32_t)((uint64_t)CONFIG_BOOTLOADER_WDT_TIME_MS * rtc_clk_slow_freq_get_h… in esp_clk_init()
/hal_espressif-3.6.0/components/esp_system/port/soc/esp32s3/
Dclk.c116 …stage_timeout_ticks = (uint32_t)((uint64_t)CONFIG_BOOTLOADER_WDT_TIME_MS * rtc_clk_slow_freq_get_h… in esp_clk_init()
/hal_espressif-3.6.0/components/esp_system/port/soc/esp32s2/
Dclk.c116 …stage_timeout_ticks = (uint32_t)((uint64_t)CONFIG_BOOTLOADER_WDT_TIME_MS * rtc_clk_slow_freq_get_h… in esp_clk_init()
/hal_espressif-3.6.0/components/mdns/test_afl_fuzz_host/
Dsdkconfig.h22 #define CONFIG_BOOTLOADER_WDT_TIME_MS 9000 macro
/hal_espressif-3.6.0/docs/en/api-guides/
Dbootloader.rst118 - The timeout period can be adjusted by setting :ref:`CONFIG_BOOTLOADER_WDT_TIME_MS` and recompilin…
/hal_espressif-3.6.0/examples/bluetooth/blufi/
Dsdkconfig.defaults.esp32c398 CONFIG_BOOTLOADER_WDT_TIME_MS=9000
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/coex/gattc_gatts_coex/
Dsdkconfig.defaults.esp32c3110 CONFIG_BOOTLOADER_WDT_TIME_MS=9000
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_security_client/
Dsdkconfig.defaults.esp32c3110 CONFIG_BOOTLOADER_WDT_TIME_MS=9000
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_security_server/
Dsdkconfig.defaults.esp32c3110 CONFIG_BOOTLOADER_WDT_TIME_MS=9000
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_server/
Dsdkconfig.defaults.esp32c3110 CONFIG_BOOTLOADER_WDT_TIME_MS=9000
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_throughput/throughput_client/
Dsdkconfig.defaults.esp32c3110 CONFIG_BOOTLOADER_WDT_TIME_MS=9000
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_throughput/throughput_server/
Dsdkconfig.defaults.esp32c3110 CONFIG_BOOTLOADER_WDT_TIME_MS=9000
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_client/
Dsdkconfig.defaults.esp32c3110 CONFIG_BOOTLOADER_WDT_TIME_MS=9000
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_ibeacon/
Dsdkconfig.defaults.esp32c3110 CONFIG_BOOTLOADER_WDT_TIME_MS=9000
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_spp_client/
Dsdkconfig.defaults.esp32c3110 CONFIG_BOOTLOADER_WDT_TIME_MS=9000
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_ancs/
Dsdkconfig.defaults.esp32c3110 CONFIG_BOOTLOADER_WDT_TIME_MS=9000
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_server_service_table/
Dsdkconfig.defaults.esp32c3110 CONFIG_BOOTLOADER_WDT_TIME_MS=9000
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gattc_multi_connect/
Dsdkconfig.defaults.esp32c3110 CONFIG_BOOTLOADER_WDT_TIME_MS=9000
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_spp_server/
Dsdkconfig.defaults.esp32c3110 CONFIG_BOOTLOADER_WDT_TIME_MS=9000
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble_50/ble50_security_client/
Dsdkconfig.defaults97 CONFIG_BOOTLOADER_WDT_TIME_MS=9000

123