Home
last modified time | relevance | path

Searched refs:cpu_top_wait_cycles (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/components/soc/esp32c2/include/soc/
Drtc.h209 uint16_t cpu_top_wait_cycles : 9; member
222 .cpu_top_wait_cycles = OTHER_BLOCKS_WAIT, \
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Drtc.h208 uint16_t cpu_top_wait_cycles : 9; member
221 .cpu_top_wait_cycles = OTHER_BLOCKS_WAIT, \
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Drtc.h216 uint16_t cpu_top_wait_cycles : 9; member
233 .cpu_top_wait_cycles = OTHER_BLOCKS_WAIT, \
/hal_espressif-latest/components/esp_hw_support/port/esp32c3/
Drtc_init.c60 … REG_SET_FIELD(RTC_CNTL_TIMER4_REG, RTC_CNTL_CPU_TOP_WAIT_TIMER, rtc_init_cfg.cpu_top_wait_cycles); in rtc_init()
/hal_espressif-latest/components/esp_hw_support/port/esp32s3/
Drtc_init.c78 … REG_SET_FIELD(RTC_CNTL_TIMER6_REG, RTC_CNTL_CPU_TOP_WAIT_TIMER, rtc_init_cfg.cpu_top_wait_cycles); in rtc_init()