Home
last modified time | relevance | path

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

/TwlSDK-5.2.1/build/demos/mb/multiboot-wfs/parent/src/
Dmultiboot.c60 static u16 sChannel; variable
168 sChannel = (u16)(31 - MATH_CountLeadingZeros(sChannelBitmap) + 1); in GetChannelProc()
182 sChannel = (u16)(i + 1); in GetChannelProc()
215 sChannel = 0; in GetChannelMain()
281 MBP_Start(&mbGameList, sChannel); in ConnectMain()
/TwlSDK-5.2.1/build/demos/mb/cloneboot/src/
Dparent.c73 static u16 sChannel = 0; variable
197 (void)WH_ParentConnect(WH_CONNECTMODE_DS_PARENT, (u16)(tgid + 1), sChannel); in ParentMain()
260 sChannel = WH_GetMeasureChannel(); in GetChannelMain()
320 MBP_Start(&mbGameList, sChannel); in ConnectMain()
/TwlSDK-5.2.1/build/demos/wvr/with_mb/parent/src/
Dmain.c84 static u16 sChannel = 0; variable
199 (void)WH_ParentConnect(WH_CONNECTMODE_DS_PARENT, (u16)(tgid + 1), sChannel); in NitroMain()
281 sChannel = WH_GetMeasureChannel(); in GetChannelMain()
341 MBP_Start(&mbGameList, sChannel); in ConnectMain()
/TwlSDK-5.2.1/build/demos/mb/multiboot-Model/parent/src/
Dmain.c82 static u16 sChannel = 0; variable
203 (void)WH_ParentConnect(WH_CONNECTMODE_DS_PARENT, (u16)(tgid + 1), sChannel); in NitroMain()
287 sChannel = WH_GetMeasureChannel(); in GetChannelMain()
347 MBP_Start(&mbGameList, sChannel); in ConnectMain()
/TwlSDK-5.2.1/build/demos/mb/mbm/src/
Dmb_measure_channel.c62 static s16 sChannel; variable
197 user_callback(sChannel); in wm_callback()
220 sChannel = 0; in start_measure_channel()
329 sChannel = result; in callback_ready()
/TwlSDK-5.2.1/build/demos.TWL/mp_shared/wh/
Dwh.c294 static u16 sChannel; variable
2534 sChannel = 0; in WH_StartMeasureChannel()
2708 sChannel = (u16)SelectChannel(sChannelBitmap); in WH_GetMeasureChannel()
2709 WH_TRACE("decided channel = %d\n", sChannel); in WH_GetMeasureChannel()
2710 return sChannel; in WH_GetMeasureChannel()
/TwlSDK-5.2.1/build/demos/wireless_shared/wh/
Dwh.c293 static u16 sChannel; variable
2660 sChannel = 0; in WH_StartMeasureChannel()
2834 sChannel = (u16)SelectChannel(sChannelBitmap); in WH_GetMeasureChannel()
2835 WH_TRACE("decided channel = %d\n", sChannel); in WH_GetMeasureChannel()
2836 return sChannel; in WH_GetMeasureChannel()