Searched refs:syncBit (Results 1 – 1 of 1) sorted by relevance
410 uint32_t syncBit; in nxp_wifi_wlan_start() local426 syncBit = k_event_wait(&s_nxp_wifi_SyncEvent, NXP_WIFI_SYNC_INIT_GROUP, false, in nxp_wifi_wlan_start()429 if (syncBit & NXP_WIFI_EVENT_BIT(WLAN_REASON_INITIALIZED)) { in nxp_wifi_wlan_start()431 } else if (syncBit & NXP_WIFI_EVENT_BIT(WLAN_REASON_INITIALIZATION_FAILED)) { in nxp_wifi_wlan_start()1469 uint32_t syncBit; in nxp_wifi_power_save() local1493 syncBit = k_event_wait(&s_nxp_wifi_SyncEvent, in nxp_wifi_power_save()1498 if (syncBit & NXP_WIFI_EVENT_BIT(WLAN_REASON_PS_EXIT)) { in nxp_wifi_power_save()1517 syncBit = k_event_wait(&s_nxp_wifi_SyncEvent, in nxp_wifi_power_save()1522 if (syncBit & NXP_WIFI_EVENT_BIT(WLAN_REASON_PS_EXIT)) { in nxp_wifi_power_save()1541 syncBit = k_event_wait(&s_nxp_wifi_SyncEvent, in nxp_wifi_power_save()[all …]