Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_hw_support/port/esp32c3/
Drtc_sleep.c298 const unsigned CRC_LEN = 0x7ff; in rtc_deep_sleep_start() local
341 | (CRC_LEN << SYSTEM_RTC_MEM_CRC_LEN_S)), // %1 in rtc_deep_sleep_start()
/hal_espressif-latest/components/esp_hw_support/port/esp32s2/
Drtc_sleep.c308 const unsigned CRC_LEN = 0x7ff; in rtc_deep_sleep_start() local
351 | (CRC_LEN << DPORT_RTC_MEM_CRC_LEN_S)), // %1 in rtc_deep_sleep_start()
/hal_espressif-latest/components/esp_hw_support/port/esp32/
Drtc_sleep.c291 const unsigned CRC_LEN = 0x7ff; in rtc_deep_sleep_start() local
332 | (CRC_LEN << RTC_MEM_CRC_LEN_S) in rtc_deep_sleep_start()