Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/demos/wireless_shared/wfs/include/
Dwfs.h233 int WFS_GetBusyBitmap(void);
/TwlSDK-5.1.0/build/demos/mb/multiboot-wfs/parent/src/
Dparent.c253 const int busy_bitmap = WFS_GetBusyBitmap(); in ModeParent()
/TwlSDK-5.1.0/build/demos/wm/wireless-all/src/
Dtest.c284 const int busy_bitmap = WFS_GetBusyBitmap(); in DrawFrame()
/TwlSDK-5.1.0/build/demos/wireless_shared/wfs/src/
Dwfs_common.c691 int WFS_GetBusyBitmap(void) in WFS_GetBusyBitmap() function
708 return ((1 << aid) & WFS_GetBusyBitmap()) != 0; in WFS_IsBusy()