Home
last modified time | relevance | path

Searched refs:RTC_CNTL_BT_FORCE_PD (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-3.6.0/components/bt/controller/esp32c3/
Dbt.c406 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/
Desp_bt_adapter.c363 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/
Desp_bt_adapter.c362 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/
Drtc_init.c151 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/
Drtc_cntl_reg.h1452 #define RTC_CNTL_BT_FORCE_PD (BIT(11)) macro
/hal_espressif-3.6.0/components/soc/esp32h2/include/soc/
Drtc_cntl_reg.h1696 #define RTC_CNTL_BT_FORCE_PD (BIT(11)) macro
/hal_espressif-3.6.0/components/soc/esp32s3/include/soc/
Drtc_cntl_reg.h1861 #define RTC_CNTL_BT_FORCE_PD (BIT(11)) macro