Searched refs:RTC_CNTL_BT_FORCE_PD (Results 1 – 6 of 6) sorted by relevance
/hal_espressif-latest/zephyr/esp32c3/src/bt/ |
D | esp_bt_adapter.c | 392 SET_PERI_REG_MASK(RTC_CNTL_DIG_PWC_REG, RTC_CNTL_BT_FORCE_PD); in btdm_hw_mac_power_down_wrapper() 403 CLEAR_PERI_REG_MASK(RTC_CNTL_DIG_PWC_REG, RTC_CNTL_BT_FORCE_PD); in btdm_hw_mac_power_up_wrapper() 421 CLEAR_PERI_REG_MASK(RTC_CNTL_DIG_PWC_REG, RTC_CNTL_BT_FORCE_PD); in esp_bt_power_domain_on() 432 SET_PERI_REG_MASK(RTC_CNTL_DIG_PWC_REG, RTC_CNTL_BT_FORCE_PD); in esp_bt_power_domain_off()
|
/hal_espressif-latest/zephyr/esp32s3/src/bt/ |
D | esp_bt_adapter.c | 390 SET_PERI_REG_MASK(RTC_CNTL_DIG_PWC_REG, RTC_CNTL_BT_FORCE_PD); in btdm_hw_mac_power_down_wrapper() 401 CLEAR_PERI_REG_MASK(RTC_CNTL_DIG_PWC_REG, RTC_CNTL_BT_FORCE_PD); in btdm_hw_mac_power_up_wrapper() 419 CLEAR_PERI_REG_MASK(RTC_CNTL_DIG_PWC_REG, RTC_CNTL_BT_FORCE_PD); in esp_bt_power_domain_on() 430 SET_PERI_REG_MASK(RTC_CNTL_DIG_PWC_REG, RTC_CNTL_BT_FORCE_PD); in esp_bt_power_domain_off()
|
/hal_espressif-latest/components/esp_hw_support/port/esp32c3/ |
D | rtc_init.c | 161 SET_PERI_REG_MASK(RTC_CNTL_DIG_PWC_REG, RTC_CNTL_BT_FORCE_PD); in rtc_init()
|
/hal_espressif-latest/components/bt/controller/esp32c3/ |
D | bt.c | 445 SET_PERI_REG_MASK(RTC_CNTL_DIG_PWC_REG, RTC_CNTL_BT_FORCE_PD); in btdm_hw_mac_power_down_wrapper() 456 CLEAR_PERI_REG_MASK(RTC_CNTL_DIG_PWC_REG, RTC_CNTL_BT_FORCE_PD); in btdm_hw_mac_power_up_wrapper() 474 CLEAR_PERI_REG_MASK(RTC_CNTL_DIG_PWC_REG, RTC_CNTL_BT_FORCE_PD); in esp_bt_power_domain_on() 485 SET_PERI_REG_MASK(RTC_CNTL_DIG_PWC_REG, RTC_CNTL_BT_FORCE_PD); in esp_bt_power_domain_off()
|
/hal_espressif-latest/components/soc/esp32c3/include/soc/ |
D | rtc_cntl_reg.h | 1442 #define RTC_CNTL_BT_FORCE_PD (BIT(11)) macro
|
/hal_espressif-latest/components/soc/esp32s3/include/soc/ |
D | rtc_cntl_reg.h | 1855 #define RTC_CNTL_BT_FORCE_PD (BIT(11)) macro
|