Home
last modified time | relevance | path

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

/hal_espressif-latest/zephyr/esp32c3/src/bt/
Desp_bt_adapter.c64 …uint32_t mac_bb_pd : 1; // whether hardware(MAC, BB) force-power-down is required d… member
77 uint32_t mac_bb_pd : 1; // whether hardware(MAC, BB) is powered down member
1036 if (s_lp_cntl.mac_bb_pd && s_lp_stat.mac_bb_pd == 0) { in btdm_mac_bb_power_down_cb()
1038 s_lp_stat.mac_bb_pd = 1; 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()
1046 s_lp_stat.mac_bb_pd = 0; in btdm_mac_bb_power_up_cb()
1075 s_lp_cntl.mac_bb_pd = 1; in btdm_low_power_mode_init()
1286 if (s_lp_cntl.mac_bb_pd) { in btdm_low_power_mode_deinit()
1288 s_lp_cntl.mac_bb_pd = 0; in btdm_low_power_mode_deinit()
/hal_espressif-latest/zephyr/esp32s3/src/bt/
Desp_bt_adapter.c64 …uint32_t mac_bb_pd : 1; // whether hardware(MAC, BB) force-power-down is required d… member
77 uint32_t mac_bb_pd : 1; // whether hardware(MAC, BB) is powered down member
1025 if (s_lp_cntl.mac_bb_pd && s_lp_stat.mac_bb_pd == 0) { in btdm_mac_bb_power_down_cb()
1027 s_lp_stat.mac_bb_pd = 1; 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()
1035 s_lp_stat.mac_bb_pd = 0; in btdm_mac_bb_power_up_cb()
1064 s_lp_cntl.mac_bb_pd = 1; in btdm_low_power_mode_init()
1274 if (s_lp_cntl.mac_bb_pd) { in btdm_low_power_mode_deinit()
1276 s_lp_cntl.mac_bb_pd = 0; in btdm_low_power_mode_deinit()
/hal_espressif-latest/components/bt/controller/esp32c3/
Dbt.c80 …uint32_t mac_bb_pd : 1; // whether hardware(MAC, BB) force-power-down is required d… member
93 uint32_t mac_bb_pd : 1; // whether hardware(MAC, BB) is powered down member
1214 if (s_lp_cntl.mac_bb_pd && s_lp_stat.mac_bb_pd == 0) { in btdm_mac_bb_power_down_cb()
1216 s_lp_stat.mac_bb_pd = 1; 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()
1224 s_lp_stat.mac_bb_pd = 0; in btdm_mac_bb_power_up_cb()
1253 s_lp_cntl.mac_bb_pd = 1; in btdm_low_power_mode_init()
1486 if (s_lp_cntl.mac_bb_pd) { in btdm_low_power_mode_deinit()
1488 s_lp_cntl.mac_bb_pd = 0; in btdm_low_power_mode_deinit()