Home
last modified time | relevance | path

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

/hal_espressif-latest/zephyr/esp32c3/src/bt/
Desp_bt_adapter.c392 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/
Desp_bt_adapter.c390 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/
Drtc_init.c161 SET_PERI_REG_MASK(RTC_CNTL_DIG_PWC_REG, RTC_CNTL_BT_FORCE_PD); in rtc_init()
/hal_espressif-latest/components/bt/controller/esp32c3/
Dbt.c445 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/
Drtc_cntl_reg.h1442 #define RTC_CNTL_BT_FORCE_PD (BIT(11)) macro
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Drtc_cntl_reg.h1855 #define RTC_CNTL_BT_FORCE_PD (BIT(11)) macro