Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/edgefast_wifi/source/
Dwpl_nxp.c31 #define WPL_SYNC_INIT_GROUP (EVENT_BIT(WLAN_REASON_INITIALIZED) | EVENT_BIT(WLAN_REASON_INITIALIZAT… macro
221 (void)xEventGroupClearBits(s_wplSyncEvent, WPL_SYNC_INIT_GROUP); in WPL_Start()
232 …syncBit = xEventGroupWaitBits(s_wplSyncEvent, WPL_SYNC_INIT_GROUP, pdTRUE, pdFALSE, WPL_SYNC_TIMEO… in WPL_Start()