Searched refs:RTC_CNTL_BT_FORCE_PD (Results 1 – 7 of 7) sorted by relevance
/hal_espressif-3.6.0/components/bt/controller/esp32c3/ |
D | bt.c | 406 SET_PERI_REG_MASK(RTC_CNTL_DIG_PWC_REG, RTC_CNTL_BT_FORCE_PD); in btdm_hw_mac_power_down_wrapper() 416 CLEAR_PERI_REG_MASK(RTC_CNTL_DIG_PWC_REG, RTC_CNTL_BT_FORCE_PD); in btdm_hw_mac_power_up_wrapper() 426 CLEAR_PERI_REG_MASK(RTC_CNTL_DIG_PWC_REG, RTC_CNTL_BT_FORCE_PD); in esp_bt_power_domain_on() 435 SET_PERI_REG_MASK(RTC_CNTL_DIG_PWC_REG, RTC_CNTL_BT_FORCE_PD); in esp_bt_power_domain_off()
|
/hal_espressif-3.6.0/zephyr/esp32c3/src/bt/ |
D | esp_bt_adapter.c | 363 SET_PERI_REG_MASK(RTC_CNTL_DIG_PWC_REG, RTC_CNTL_BT_FORCE_PD); in btdm_hw_mac_power_down_wrapper() 373 CLEAR_PERI_REG_MASK(RTC_CNTL_DIG_PWC_REG, RTC_CNTL_BT_FORCE_PD); in btdm_hw_mac_power_up_wrapper() 383 CLEAR_PERI_REG_MASK(RTC_CNTL_DIG_PWC_REG, RTC_CNTL_BT_FORCE_PD); in esp_bt_power_domain_on() 392 SET_PERI_REG_MASK(RTC_CNTL_DIG_PWC_REG, RTC_CNTL_BT_FORCE_PD); in esp_bt_power_domain_off()
|
/hal_espressif-3.6.0/zephyr/esp32s3/src/bt/ |
D | esp_bt_adapter.c | 362 SET_PERI_REG_MASK(RTC_CNTL_DIG_PWC_REG, RTC_CNTL_BT_FORCE_PD); in btdm_hw_mac_power_down_wrapper() 372 CLEAR_PERI_REG_MASK(RTC_CNTL_DIG_PWC_REG, RTC_CNTL_BT_FORCE_PD); in btdm_hw_mac_power_up_wrapper() 382 CLEAR_PERI_REG_MASK(RTC_CNTL_DIG_PWC_REG, RTC_CNTL_BT_FORCE_PD); in esp_bt_power_domain_on() 391 SET_PERI_REG_MASK(RTC_CNTL_DIG_PWC_REG, RTC_CNTL_BT_FORCE_PD); in esp_bt_power_domain_off()
|
/hal_espressif-3.6.0/components/esp_hw_support/port/esp32c3/ |
D | rtc_init.c | 151 SET_PERI_REG_MASK(RTC_CNTL_DIG_PWC_REG, RTC_CNTL_BT_FORCE_PD); in rtc_init()
|
/hal_espressif-3.6.0/components/soc/esp32c3/include/soc/ |
D | rtc_cntl_reg.h | 1452 #define RTC_CNTL_BT_FORCE_PD (BIT(11)) macro
|
/hal_espressif-3.6.0/components/soc/esp32h2/include/soc/ |
D | rtc_cntl_reg.h | 1696 #define RTC_CNTL_BT_FORCE_PD (BIT(11)) macro
|
/hal_espressif-3.6.0/components/soc/esp32s3/include/soc/ |
D | rtc_cntl_reg.h | 1861 #define RTC_CNTL_BT_FORCE_PD (BIT(11)) macro
|