Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/soc/esp32s2/include/soc/
Drtc.h297 uint16_t dg_wrap_wait_cycles : 9; member
308 .dg_wrap_wait_cycles = OTHER_BLOCKS_WAIT, \
/hal_espressif-3.4.0/components/soc/esp32c3/include/soc/
Drtc.h260 uint16_t dg_wrap_wait_cycles : 9; member
273 .dg_wrap_wait_cycles = OTHER_BLOCKS_WAIT, \
/hal_espressif-3.4.0/components/soc/esp32s3/include/soc/
Drtc.h262 uint16_t dg_wrap_wait_cycles : 9; member
279 .dg_wrap_wait_cycles = OTHER_BLOCKS_WAIT, \
/hal_espressif-3.4.0/components/soc/esp32h2/include/soc/
Drtc.h272 uint16_t dg_wrap_wait_cycles : 9; member
285 .dg_wrap_wait_cycles = OTHER_BLOCKS_WAIT, \
/hal_espressif-3.4.0/components/esp_hw_support/port/esp32s2/
Drtc_init.c51 … 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-3.4.0/components/esp_hw_support/port/esp32s3/
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-3.4.0/components/esp_hw_support/port/esp32h2/
Drtc_init.c46 … 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-3.4.0/components/esp_hw_support/port/esp32c3/
Drtc_init.c47 … REG_SET_FIELD(RTC_CNTL_TIMER4_REG, RTC_CNTL_DG_WRAP_WAIT_TIMER, rtc_init_cfg.dg_wrap_wait_cycles); in rtc_init()