Searched refs:sChannel (Results 1 – 7 of 7) sorted by relevance
| /TwlSDK-5.5/build/demos/mb/multiboot-wfs/parent/src/ |
| D | multiboot.c | 60 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.5/build/demos/mb/cloneboot/src/ |
| D | parent.c | 73 static u16 sChannel = 0; variable 199 (void)WH_ParentConnect(WH_CONNECTMODE_DS_PARENT, (u16)(tgid + 1), sChannel); in ParentMain() 262 sChannel = WH_GetMeasureChannel(); in GetChannelMain() 322 MBP_Start(&mbGameList, sChannel); in ConnectMain()
|
| /TwlSDK-5.5/build/demos/wvr/with_mb/parent/src/ |
| D | main.c | 85 static u16 sChannel = 0; variable 204 (void)WH_ParentConnect(WH_CONNECTMODE_DS_PARENT, (u16)(tgid + 1), sChannel); in NitroMain() 309 sChannel = WH_GetMeasureChannel(); in GetChannelMain() 369 MBP_Start(&mbGameList, sChannel); in ConnectMain()
|
| /TwlSDK-5.5/build/demos/mb/multiboot-Model/parent/src/ |
| D | main.c | 82 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.5/build/demos/mb/mbm/src/ |
| D | mb_measure_channel.c | 62 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.5/build/demos.TWL/mp_shared/wh/ |
| D | wh.c | 294 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.5/build/demos/wireless_shared/wh/ |
| D | wh.c | 301 static u16 sChannel; variable 2668 sChannel = 0; in WH_StartMeasureChannel() 2842 sChannel = (u16)SelectChannel(sChannelBitmap); in WH_GetMeasureChannel() 2843 WH_TRACE("decided channel = %d\n", sChannel); in WH_GetMeasureChannel() 2844 return sChannel; in WH_GetMeasureChannel()
|