Home
last modified time | relevance | path

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

/hal_espressif-latest/zephyr/esp32c3/src/bt/
Desp_bt_adapter.c79 uint32_t wakeup_timer_started : 1; // whether wakeup timer is started member
803 assert (s_lp_stat.wakeup_timer_started == 0); in btdm_sleep_enter_phase1_wrapper()
805 s_lp_stat.wakeup_timer_started = 1; 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()
838 s_lp_stat.wakeup_timer_started = 0; in btdm_sleep_exit_phase3_wrapper()
857 if (s_lp_cntl.wakeup_timer_required && s_lp_stat.wakeup_timer_started) { in btdm_sleep_exit_phase0()
859 s_lp_stat.wakeup_timer_started = 0; in btdm_sleep_exit_phase0()
892 if (s_lp_cntl.wakeup_timer_required && s_lp_stat.wakeup_timer_started) { in async_wakeup_request()
894 s_lp_stat.wakeup_timer_started = 0; in async_wakeup_request()
1293 if (s_lp_stat.wakeup_timer_started) { in btdm_low_power_mode_deinit()
[all …]
/hal_espressif-latest/zephyr/esp32s3/src/bt/
Desp_bt_adapter.c79 uint32_t wakeup_timer_started : 1; // whether wakeup timer is started member
792 assert (s_lp_stat.wakeup_timer_started == 0); in btdm_sleep_enter_phase1_wrapper()
794 s_lp_stat.wakeup_timer_started = 1; 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()
827 s_lp_stat.wakeup_timer_started = 0; in btdm_sleep_exit_phase3_wrapper()
846 if (s_lp_cntl.wakeup_timer_required && s_lp_stat.wakeup_timer_started) { in btdm_sleep_exit_phase0()
848 s_lp_stat.wakeup_timer_started = 0; in btdm_sleep_exit_phase0()
881 if (s_lp_cntl.wakeup_timer_required && s_lp_stat.wakeup_timer_started) { in async_wakeup_request()
883 s_lp_stat.wakeup_timer_started = 0; in async_wakeup_request()
1281 if (s_lp_stat.wakeup_timer_started) { in btdm_low_power_mode_deinit()
[all …]
/hal_espressif-latest/components/bt/controller/esp32c3/
Dbt.c95 uint32_t wakeup_timer_started : 1; // whether wakeup timer is started member
797 assert (s_lp_stat.wakeup_timer_started == 0); in btdm_sleep_enter_phase1_wrapper()
800 s_lp_stat.wakeup_timer_started = 1; 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()
850 s_lp_stat.wakeup_timer_started = 0; in btdm_sleep_exit_phase3_wrapper()
876 if (s_lp_cntl.wakeup_timer_required && s_lp_stat.wakeup_timer_started) { in btdm_sleep_exit_phase0()
878 s_lp_stat.wakeup_timer_started = 0; in btdm_sleep_exit_phase0()
922 if (s_lp_cntl.wakeup_timer_required && s_lp_stat.wakeup_timer_started) { in async_wakeup_request()
924 s_lp_stat.wakeup_timer_started = 0; in async_wakeup_request()
1508 if (s_lp_stat.wakeup_timer_started) { in btdm_low_power_mode_deinit()
[all …]