Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/hal/include/hal/
Dxt_wdt_hal.h24 } xt_wdt_hal_config_t; /* HAL config parameter struct */ typedef
36 void xt_wdt_hal_init(xt_wdt_hal_context_t *hal, const xt_wdt_hal_config_t *config);
/hal_espressif-3.7.0/components/hal/
Dxt_wdt_hal.c56 void xt_wdt_hal_init(xt_wdt_hal_context_t *hal, const xt_wdt_hal_config_t *config) in xt_wdt_hal_init()
/hal_espressif-3.7.0/components/esp_system/
Dxt_wdt.c51 xt_wdt_hal_config_t hal_config = { in esp_xt_wdt_init()