Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_hw_support/port/esp32c3/
Drtc_sleep.c297 const unsigned CRC_START_ADDR = 0; in rtc_deep_sleep_start() local
340 "r" ( (CRC_START_ADDR << SYSTEM_RTC_MEM_CRC_START_S) in rtc_deep_sleep_start()
/hal_espressif-latest/components/esp_hw_support/port/esp32s2/
Drtc_sleep.c307 const unsigned CRC_START_ADDR = 0; in rtc_deep_sleep_start() local
350 "r" ( (CRC_START_ADDR << DPORT_RTC_MEM_CRC_START_S) in rtc_deep_sleep_start()
/hal_espressif-latest/components/esp_hw_support/port/esp32/
Drtc_sleep.c290 const unsigned CRC_START_ADDR = 0; in rtc_deep_sleep_start() local
331 "r" ( (CRC_START_ADDR << RTC_MEM_CRC_ADDR_S) in rtc_deep_sleep_start()