Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/wifi/nxp/
Dnxp_wifi_drv.c401 uint32_t syncBit; in nxp_wifi_wlan_start() local
417 syncBit = k_event_wait(&s_nxp_wifi_SyncEvent, NXP_WIFI_SYNC_INIT_GROUP, false, in nxp_wifi_wlan_start()
420 if (syncBit & NXP_WIFI_EVENT_BIT(WLAN_REASON_INITIALIZED)) { in nxp_wifi_wlan_start()
422 } else if (syncBit & NXP_WIFI_EVENT_BIT(WLAN_REASON_INITIALIZATION_FAILED)) { in nxp_wifi_wlan_start()
1225 uint32_t syncBit; in nxp_wifi_power_save() local
1249 syncBit = k_event_wait(&s_nxp_wifi_SyncEvent, in nxp_wifi_power_save()
1254 if (syncBit & NXP_WIFI_EVENT_BIT(WLAN_REASON_PS_EXIT)) { in nxp_wifi_power_save()
1273 syncBit = k_event_wait(&s_nxp_wifi_SyncEvent, in nxp_wifi_power_save()
1278 if (syncBit & NXP_WIFI_EVENT_BIT(WLAN_REASON_PS_EXIT)) { in nxp_wifi_power_save()
1297 syncBit = k_event_wait(&s_nxp_wifi_SyncEvent, in nxp_wifi_power_save()
[all …]