Searched refs:s_mac_bb_power_up_cb (Results 1 – 1 of 1) sorted by relevance
51 static DRAM_ATTR mac_bb_power_up_cb_t s_mac_bb_power_up_cb[MAC_BB_POWER_UP_CB_NO]; variable98 if (s_mac_bb_power_up_cb[i] == cb) { in esp_register_mac_bb_pu_callback()102 if (s_mac_bb_power_up_cb[i] == NULL) { in esp_register_mac_bb_pu_callback()108 s_mac_bb_power_up_cb[index] = cb; in esp_register_mac_bb_pu_callback()118 if (s_mac_bb_power_up_cb[i] == cb) { in esp_unregister_mac_bb_pu_callback()119 s_mac_bb_power_up_cb[i] = NULL; in esp_unregister_mac_bb_pu_callback()129 if (s_mac_bb_power_up_cb[i]) { in mac_bb_power_up_cb_execute()130 s_mac_bb_power_up_cb[i](); in mac_bb_power_up_cb_execute()