Searched refs:dg_wrap_powerup_cycles (Results 1 – 8 of 8) sorted by relevance
/hal_espressif-3.4.0/components/soc/esp32s2/include/soc/ |
D | rtc.h | 296 uint16_t dg_wrap_powerup_cycles : 7; member 307 .dg_wrap_powerup_cycles = OTHER_BLOCKS_POWERUP, \
|
/hal_espressif-3.4.0/components/soc/esp32c3/include/soc/ |
D | rtc.h | 259 uint16_t dg_wrap_powerup_cycles : 7; member 272 .dg_wrap_powerup_cycles = OTHER_BLOCKS_POWERUP, \
|
/hal_espressif-3.4.0/components/soc/esp32s3/include/soc/ |
D | rtc.h | 261 uint16_t dg_wrap_powerup_cycles : 7; member 278 .dg_wrap_powerup_cycles = OTHER_BLOCKS_POWERUP, \
|
/hal_espressif-3.4.0/components/soc/esp32h2/include/soc/ |
D | rtc.h | 271 uint16_t dg_wrap_powerup_cycles : 7; member 284 .dg_wrap_powerup_cycles = OTHER_BLOCKS_POWERUP, \
|
/hal_espressif-3.4.0/components/esp_hw_support/port/esp32s2/ |
D | rtc_init.c | 50 …ET_FIELD(RTC_CNTL_TIMER4_REG, RTC_CNTL_DG_WRAP_POWERUP_TIMER, rtc_init_cfg.dg_wrap_powerup_cycles); in rtc_init()
|
/hal_espressif-3.4.0/components/esp_hw_support/port/esp32s3/ |
D | rtc_init.c | 61 …ET_FIELD(RTC_CNTL_TIMER4_REG, RTC_CNTL_DG_WRAP_POWERUP_TIMER, rtc_init_cfg.dg_wrap_powerup_cycles); in rtc_init()
|
/hal_espressif-3.4.0/components/esp_hw_support/port/esp32h2/ |
D | rtc_init.c | 45 …ET_FIELD(RTC_CNTL_TIMER4_REG, RTC_CNTL_DG_WRAP_POWERUP_TIMER, rtc_init_cfg.dg_wrap_powerup_cycles); in rtc_init()
|
/hal_espressif-3.4.0/components/esp_hw_support/port/esp32c3/ |
D | rtc_init.c | 46 …ET_FIELD(RTC_CNTL_TIMER4_REG, RTC_CNTL_DG_WRAP_POWERUP_TIMER, rtc_init_cfg.dg_wrap_powerup_cycles); in rtc_init()
|