Home
last modified time | relevance | path

Searched refs:s_lp_cntl (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/zephyr/esp32c3/src/bt/
Desp_bt_adapter.c368 static DRAM_ATTR btdm_lpcntl_t s_lp_cntl; variable
787 if (s_lp_cntl.wakeup_timer_required == 0) { in btdm_sleep_enter_phase1_wrapper()
836 if (s_lp_cntl.wakeup_timer_required && s_lp_stat.wakeup_timer_started) { in btdm_sleep_exit_phase3_wrapper()
850 assert(s_lp_cntl.enable == 1); in btdm_sleep_exit_phase0()
857 if (s_lp_cntl.wakeup_timer_required && s_lp_stat.wakeup_timer_started) { in btdm_sleep_exit_phase0()
873 if (s_lp_cntl.enable == 0) { in async_wakeup_request()
892 if (s_lp_cntl.wakeup_timer_required && s_lp_stat.wakeup_timer_started) { in async_wakeup_request()
906 if (s_lp_cntl.enable == 0) { in async_wakeup_request_end()
1036 if (s_lp_cntl.mac_bb_pd && s_lp_stat.mac_bb_pd == 0) { in btdm_mac_bb_power_down_cb()
1044 if (s_lp_cntl.mac_bb_pd && s_lp_stat.mac_bb_pd) { in btdm_mac_bb_power_up_cb()
[all …]
/hal_espressif-latest/zephyr/esp32s3/src/bt/
Desp_bt_adapter.c366 static DRAM_ATTR btdm_lpcntl_t s_lp_cntl; variable
776 if (s_lp_cntl.wakeup_timer_required == 0) { in btdm_sleep_enter_phase1_wrapper()
825 if (s_lp_cntl.wakeup_timer_required && s_lp_stat.wakeup_timer_started) { in btdm_sleep_exit_phase3_wrapper()
839 assert(s_lp_cntl.enable == 1); in btdm_sleep_exit_phase0()
846 if (s_lp_cntl.wakeup_timer_required && s_lp_stat.wakeup_timer_started) { in btdm_sleep_exit_phase0()
862 if (s_lp_cntl.enable == 0) { in async_wakeup_request()
881 if (s_lp_cntl.wakeup_timer_required && s_lp_stat.wakeup_timer_started) { in async_wakeup_request()
895 if (s_lp_cntl.enable == 0) { in async_wakeup_request_end()
1025 if (s_lp_cntl.mac_bb_pd && s_lp_stat.mac_bb_pd == 0) { in btdm_mac_bb_power_down_cb()
1033 if (s_lp_cntl.mac_bb_pd && s_lp_stat.mac_bb_pd) { in btdm_mac_bb_power_up_cb()
[all …]
/hal_espressif-latest/components/bt/controller/esp32c3/
Dbt.c421 static DRAM_ATTR btdm_lpcntl_t s_lp_cntl; variable
774 if (s_lp_cntl.wakeup_timer_required == 0) { in btdm_sleep_enter_phase1_wrapper()
848 if (s_lp_cntl.wakeup_timer_required && s_lp_stat.wakeup_timer_started) { in btdm_sleep_exit_phase3_wrapper()
862 assert(s_lp_cntl.enable == 1); in btdm_sleep_exit_phase0()
876 if (s_lp_cntl.wakeup_timer_required && s_lp_stat.wakeup_timer_started) { in btdm_sleep_exit_phase0()
896 if (s_lp_cntl.enable == 0) { in async_wakeup_request()
922 if (s_lp_cntl.wakeup_timer_required && s_lp_stat.wakeup_timer_started) { in async_wakeup_request()
936 if (s_lp_cntl.enable == 0) { in async_wakeup_request_end()
1214 if (s_lp_cntl.mac_bb_pd && s_lp_stat.mac_bb_pd == 0) { in btdm_mac_bb_power_down_cb()
1222 if (s_lp_cntl.mac_bb_pd && s_lp_stat.mac_bb_pd) { in btdm_mac_bb_power_up_cb()
[all …]