Home
last modified time | relevance | path

Searched refs:dg_wrap_wait_cycles (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-latest/components/soc/esp32c2/include/soc/
Drtc.h211 uint16_t dg_wrap_wait_cycles : 9; member
224 .dg_wrap_wait_cycles = OTHER_BLOCKS_WAIT, \
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Drtc.h210 uint16_t dg_wrap_wait_cycles : 9; member
223 .dg_wrap_wait_cycles = OTHER_BLOCKS_WAIT, \
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Drtc.h218 uint16_t dg_wrap_wait_cycles : 9; member
235 .dg_wrap_wait_cycles = OTHER_BLOCKS_WAIT, \
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Drtc.h212 uint16_t dg_wrap_wait_cycles : 9; member
223 .dg_wrap_wait_cycles = OTHER_BLOCKS_WAIT, \
/hal_espressif-latest/components/esp_hw_support/port/esp32s2/
Drtc_init.c64 … REG_SET_FIELD(RTC_CNTL_TIMER4_REG, RTC_CNTL_DG_WRAP_WAIT_TIMER, rtc_init_cfg.dg_wrap_wait_cycles); in rtc_init()
/hal_espressif-latest/components/esp_hw_support/port/esp32c3/
Drtc_init.c62 … REG_SET_FIELD(RTC_CNTL_TIMER4_REG, RTC_CNTL_DG_WRAP_WAIT_TIMER, rtc_init_cfg.dg_wrap_wait_cycles); in rtc_init()
/hal_espressif-latest/components/esp_hw_support/port/esp32s3/
Drtc_init.c85 … REG_SET_FIELD(RTC_CNTL_TIMER4_REG, RTC_CNTL_DG_WRAP_WAIT_TIMER, rtc_init_cfg.dg_wrap_wait_cycles); in rtc_init()