Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/include/esp32c3/include/
Desp_bt.h95 ESP_BT_SLEEP_CLOCK_RTC_SLOW = 3, /*!< Internal 136kHz RC oscillator */ enumerator
/hal_espressif-latest/zephyr/esp32c3/include/bt/
Desp_bt.h127 ESP_BT_SLEEP_CLOCK_RTC_SLOW = 3, /*!< Internal 136kHz RC oscillator */ enumerator
/hal_espressif-latest/zephyr/esp32s3/include/bt/
Desp_bt.h127 ESP_BT_SLEEP_CLOCK_RTC_SLOW = 3, /*!< Internal 136kHz RC oscillator */ enumerator
/hal_espressif-latest/zephyr/esp32c3/src/bt/
Desp_bt_adapter.c1109 … } else if (s_lp_cntl.lpclk_sel == ESP_BT_SLEEP_CLOCK_RTC_SLOW) { // Internal 136kHz RC oscillator in btdm_low_power_mode_init()
1147 } else if (s_lp_cntl.lpclk_sel == ESP_BT_SLEEP_CLOCK_RTC_SLOW) { in btdm_low_power_mode_init()
1211 if (cfg->sleep_clock > ESP_BT_SLEEP_CLOCK_RTC_SLOW) { in esp_bt_controller_init()
/hal_espressif-latest/zephyr/esp32s3/src/bt/
Desp_bt_adapter.c1098 … } else if (s_lp_cntl.lpclk_sel == ESP_BT_SLEEP_CLOCK_RTC_SLOW) { // Internal 136kHz RC oscillator in btdm_low_power_mode_init()
1136 } else if (s_lp_cntl.lpclk_sel == ESP_BT_SLEEP_CLOCK_RTC_SLOW) { in btdm_low_power_mode_init()
1200 if (cfg->sleep_clock > ESP_BT_SLEEP_CLOCK_RTC_SLOW) { in esp_bt_controller_init()
/hal_espressif-latest/components/bt/controller/esp32c3/
Dbt.c1290 … } else if (s_lp_cntl.lpclk_sel == ESP_BT_SLEEP_CLOCK_RTC_SLOW) { // Internal 136kHz RC oscillator in btdm_low_power_mode_init()
1328 } else if (s_lp_cntl.lpclk_sel == ESP_BT_SLEEP_CLOCK_RTC_SLOW) { in btdm_low_power_mode_init()
1405 if (cfg->sleep_clock > ESP_BT_SLEEP_CLOCK_RTC_SLOW) { in esp_bt_controller_init()