Searched refs:WDT_RESET_SIG_LENGTH_3_2us (Results 1 – 12 of 12) sorted by relevance
/hal_espressif-3.6.0/components/hal/ |
D | wdt_hal_iram.c | 59 rwdt_ll_set_cpu_reset_length(hal->rwdt_dev, WDT_RESET_SIG_LENGTH_3_2us); in wdt_hal_init() 60 rwdt_ll_set_sys_reset_length(hal->rwdt_dev, WDT_RESET_SIG_LENGTH_3_2us); in wdt_hal_init() 80 mwdt_ll_set_cpu_reset_length(hal->mwdt_dev, WDT_RESET_SIG_LENGTH_3_2us); in wdt_hal_init() 81 mwdt_ll_set_sys_reset_length(hal->mwdt_dev, WDT_RESET_SIG_LENGTH_3_2us); in wdt_hal_init()
|
/hal_espressif-3.6.0/components/hal/include/hal/ |
D | wdt_types.h | 65 WDT_RESET_SIG_LENGTH_3_2us = 7 /*!< 3.2 us */ enumerator
|
/hal_espressif-3.6.0/components/hal/esp32/include/hal/ |
D | mwdt_ll.h | 45 _Static_assert(WDT_RESET_SIG_LENGTH_3_2us == TIMG_WDT_RESET_LENGTH_3200_NS, "Add mapping to LL watc…
|
D | rwdt_ll.h | 49 _Static_assert(WDT_RESET_SIG_LENGTH_3_2us == RTC_WDT_RESET_LENGTH_3200_NS, "Add mapping to LL watch…
|
/hal_espressif-3.6.0/components/hal/esp32s2/include/hal/ |
D | mwdt_ll.h | 44 _Static_assert(WDT_RESET_SIG_LENGTH_3_2us == TIMG_WDT_RESET_LENGTH_3200_NS, "Add mapping to LL watc…
|
D | rwdt_ll.h | 47 _Static_assert(WDT_RESET_SIG_LENGTH_3_2us == RTC_WDT_RESET_LENGTH_3200_NS, "Add mapping to LL watch…
|
/hal_espressif-3.6.0/components/hal/esp32h2/include/hal/ |
D | mwdt_ll.h | 44 _Static_assert(WDT_RESET_SIG_LENGTH_3_2us == TIMG_WDT_RESET_LENGTH_3200_NS, "Add mapping to LL watc…
|
D | rwdt_ll.h | 47 _Static_assert(WDT_RESET_SIG_LENGTH_3_2us == RTC_WDT_RESET_LENGTH_3200_NS, "Add mapping to LL watch…
|
/hal_espressif-3.6.0/components/hal/esp32s3/include/hal/ |
D | mwdt_ll.h | 64 _Static_assert(WDT_RESET_SIG_LENGTH_3_2us == MWDT_LL_RESET_LENGTH_3200_NS, "Add mapping to LL watch…
|
D | rwdt_ll.h | 67 _Static_assert(WDT_RESET_SIG_LENGTH_3_2us == RWDT_LL_RESET_LENGTH_3200_NS, "Add mapping to LL watch…
|
/hal_espressif-3.6.0/components/hal/esp32c3/include/hal/ |
D | mwdt_ll.h | 44 _Static_assert(WDT_RESET_SIG_LENGTH_3_2us == TIMG_WDT_RESET_LENGTH_3200_NS, "Add mapping to LL watc…
|
D | rwdt_ll.h | 47 _Static_assert(WDT_RESET_SIG_LENGTH_3_2us == RTC_WDT_RESET_LENGTH_3200_NS, "Add mapping to LL watch…
|