Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/
Drtc.h294 uint16_t rtc_powerup_cycles : 7; member
305 .rtc_powerup_cycles = OTHER_BLOCKS_POWERUP, \
/hal_espressif-3.6.0/components/soc/esp32s3/include/soc/
Drtc.h279 uint16_t rtc_powerup_cycles : 7; member
296 .rtc_powerup_cycles = OTHER_BLOCKS_POWERUP, \
/hal_espressif-3.6.0/components/esp_hw_support/port/esp32s2/
Drtc_init.c47 REG_SET_FIELD(RTC_CNTL_TIMER4_REG, RTC_CNTL_POWERUP_TIMER, rtc_init_cfg.rtc_powerup_cycles); in rtc_init()
/hal_espressif-3.6.0/components/esp_hw_support/port/esp32s3/
Drtc_init.c68 REG_SET_FIELD(RTC_CNTL_TIMER4_REG, RTC_CNTL_POWERUP_TIMER, rtc_init_cfg.rtc_powerup_cycles); in rtc_init()