Home
last modified time | relevance | path

Searched refs:RTC_CNTL_SW_PROCPU_RST (Results 1 – 10 of 10) sorted by relevance

/hal_espressif-latest/components/hal/esp32c2/include/hal/
Drtc_cntl_ll.h61 REG_WRITE(RTC_CNTL_OPTIONS0_REG, RTC_CNTL_SW_PROCPU_RST); in rtc_cntl_ll_reset_cpu()
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Drtc_cntl_ll.h67 REG_WRITE(RTC_CNTL_OPTIONS0_REG, RTC_CNTL_SW_PROCPU_RST); in rtc_cntl_ll_reset_cpu()
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Drtc_cntl_ll.h81 REG_WRITE(RTC_CNTL_OPTIONS0_REG, RTC_CNTL_SW_PROCPU_RST); in rtc_cntl_ll_reset_cpu()
/hal_espressif-latest/components/hal/esp32/include/hal/
Drtc_cntl_ll.h82 uint32_t rtc_cntl_rst = (cpu_no == 0) ? RTC_CNTL_SW_PROCPU_RST : RTC_CNTL_SW_APPCPU_RST; in rtc_cntl_ll_reset_cpu()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Drtc_cntl_ll.h161 uint32_t rtc_cntl_rst = (cpu_no == 0) ? RTC_CNTL_SW_PROCPU_RST : RTC_CNTL_SW_APPCPU_RST; in rtc_cntl_ll_reset_cpu()
/hal_espressif-latest/components/soc/esp32c2/include/soc/
Drtc_cntl_reg.h125 #define RTC_CNTL_SW_PROCPU_RST (BIT(5)) macro
/hal_espressif-latest/components/soc/esp32/include/soc/
Drtc_cntl_reg.h182 #define RTC_CNTL_SW_PROCPU_RST (BIT(5)) macro
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Drtc_cntl_reg.h149 #define RTC_CNTL_SW_PROCPU_RST (BIT(5)) macro
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Drtc_cntl_reg.h140 #define RTC_CNTL_SW_PROCPU_RST (BIT(5)) macro
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Drtc_cntl_reg.h133 #define RTC_CNTL_SW_PROCPU_RST (BIT(5)) macro