Home
last modified time | relevance | path

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

/TwlSDK-5.4/build/demos/mb/mbm/src/
Dmb_measure_channel.c382 u16 select; in select_channel() local
399 select = (u16)(((RAND() & 0xFF) * num) / 0x100); in select_channel()
407 if (select == 0) in select_channel()
411 select--; in select_channel()
/TwlSDK-5.4/build/demos/mb/multiboot-wfs/parent/src/
Dmultiboot.c173 int select = (int)(((OS_GetVBlankCount() & 0xFF) * num) / 0x100); in GetChannelProc() local
177 if ((sChannelBitmap & (1 << i)) && (--select < 0)) in GetChannelProc()
/TwlSDK-5.4/build/demos/mb/multiboot/
Dreadme.txt14 Using the +Control Pad, select the child device that will become the target of operations and then …
/TwlSDK-5.4/build/demos.TWL/mp_shared/wh/
Dwh.c2730 u16 select; in SelectChannel() local
2747 select = (u16)(((RAND() & 0xFF) * num) / 0x100); in SelectChannel()
2755 if (select == 0) in SelectChannel()
2759 select--; in SelectChannel()
/TwlSDK-5.4/build/demos/wireless_shared/wh/
Dwh.c2864 u16 select; in SelectChannel() local
2881 select = (u16)(((RAND() & 0xFF) * num) / 0x100); in SelectChannel()
2889 if (select == 0) in SelectChannel()
2893 select--; in SelectChannel()