Home
last modified time | relevance | path

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

/hal_espressif-latest/zephyr/esp32c3/src/bt/
Desp_bt_adapter.c1066 …k_sel = (cfg->sleep_mode == ESP_BT_SLEEP_MODE_1) ? cfg->sleep_clock : ESP_BT_SLEEP_CLOCK_MAIN_XTAL; in btdm_low_power_mode_init()
1104 s_lp_cntl.lpclk_sel = ESP_BT_SLEEP_CLOCK_MAIN_XTAL; in btdm_low_power_mode_init()
1117 } else if (s_lp_cntl.lpclk_sel == ESP_BT_SLEEP_CLOCK_MAIN_XTAL) { in btdm_low_power_mode_init()
1129 if (s_lp_cntl.lpclk_sel == ESP_BT_SLEEP_CLOCK_MAIN_XTAL) { in btdm_low_power_mode_init()
1309 if (s_lp_cntl.lpclk_sel == ESP_BT_SLEEP_CLOCK_MAIN_XTAL) { in btdm_low_power_mode_deinit()
/hal_espressif-latest/zephyr/esp32s3/src/bt/
Desp_bt_adapter.c1055 …k_sel = (cfg->sleep_mode == ESP_BT_SLEEP_MODE_1) ? cfg->sleep_clock : ESP_BT_SLEEP_CLOCK_MAIN_XTAL; in btdm_low_power_mode_init()
1093 s_lp_cntl.lpclk_sel = ESP_BT_SLEEP_CLOCK_MAIN_XTAL; in btdm_low_power_mode_init()
1106 } else if (s_lp_cntl.lpclk_sel == ESP_BT_SLEEP_CLOCK_MAIN_XTAL) { in btdm_low_power_mode_init()
1118 if (s_lp_cntl.lpclk_sel == ESP_BT_SLEEP_CLOCK_MAIN_XTAL) { in btdm_low_power_mode_init()
1297 if (s_lp_cntl.lpclk_sel == ESP_BT_SLEEP_CLOCK_MAIN_XTAL) { in btdm_low_power_mode_deinit()
/hal_espressif-latest/components/bt/controller/esp32c3/
Dbt.c1244 …k_sel = (cfg->sleep_mode == ESP_BT_SLEEP_MODE_1) ? cfg->sleep_clock : ESP_BT_SLEEP_CLOCK_MAIN_XTAL; in btdm_low_power_mode_init()
1285 s_lp_cntl.lpclk_sel = ESP_BT_SLEEP_CLOCK_MAIN_XTAL; in btdm_low_power_mode_init()
1298 } else if (s_lp_cntl.lpclk_sel == ESP_BT_SLEEP_CLOCK_MAIN_XTAL) { in btdm_low_power_mode_init()
1310 if (s_lp_cntl.lpclk_sel == ESP_BT_SLEEP_CLOCK_MAIN_XTAL) { in btdm_low_power_mode_init()
1524 if (s_lp_cntl.lpclk_sel == ESP_BT_SLEEP_CLOCK_MAIN_XTAL) { in btdm_low_power_mode_deinit()
/hal_espressif-latest/components/bt/include/esp32c3/include/
Desp_bt.h93 ESP_BT_SLEEP_CLOCK_MAIN_XTAL = 1, /*!< SoC main crystal */ enumerator
/hal_espressif-latest/zephyr/esp32c3/include/bt/
Desp_bt.h125 ESP_BT_SLEEP_CLOCK_MAIN_XTAL = 1, /*!< SoC main crystal */ enumerator
/hal_espressif-latest/zephyr/esp32s3/include/bt/
Desp_bt.h125 ESP_BT_SLEEP_CLOCK_MAIN_XTAL = 1, /*!< SoC main crystal */ enumerator