Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_system/task_wdt/
Dtask_wdt_impl_timergroup.c21 #define TWDT_TICKS_PER_US 500 macro
63 …wdt_hal_config_stage(&ctx->hal, WDT_STAGE0, config->timeout_ms * (1000 / TWDT_TICKS_PER_US), WDT_S… in esp_task_wdt_impl_timer_allocate()
65 …onfig_stage(&ctx->hal, WDT_STAGE1, config->timeout_ms * (2 * 1000 / TWDT_TICKS_PER_US), WDT_STAGE_… in esp_task_wdt_impl_timer_allocate()
90 …wdt_hal_config_stage(&ctx->hal, WDT_STAGE0, config->timeout_ms * (1000 / TWDT_TICKS_PER_US), WDT_S… in esp_task_wdt_impl_timer_reconfigure()
91 …onfig_stage(&ctx->hal, WDT_STAGE1, config->timeout_ms * (2 * 1000 / TWDT_TICKS_PER_US), WDT_STAGE_… in esp_task_wdt_impl_timer_reconfigure()