Home
last modified time | relevance | path

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

/CTR-SDK-4.2.8-20130828/include/nn/uds/CTR/
Duds_NetworkDescription.h65 …nn::Result Initialize( u32 localId, u8 subId, u8 maxEntry, u8 channel, const void* pData, size_t d…
78 void Initialize( u32 localId, u8 subId, u8 maxEntry, u8 channel );
90 …void Initialize( const detail::NetworkDescriptionElement* element, u8 channel, const bit8 bssid[MA…
224 …nn::Result Decompose(detail::NetworkDescriptionElement* element, u8* channel, bit8 bssid[MAC_ADDRE…
Duds_Api.h225 u8 channel );
267 u8 channel,
317 nn::Result Scan( void* pBuffer, size_t bufferSize, u8 subId, bit32 localId, u8 channel, u16 scanTim…
/CTR-SDK-4.2.8-20130828/sources/libraries/gr/CTR/
Dgr_Utility.cpp173 bit32* MakeChannelKickCommand( bit32* command, const CommandBufferChannel channel ) in MakeChannelKickCommand() argument
175 NN_GR_ASSERT( channel == CMD_BUF_CH0 || channel == CMD_BUF_CH1 ); in MakeChannelKickCommand()
179 …*command++ = PICA_CMD_HEADER_SINGLE( channel == CMD_BUF_CH0 ? PICA_REG_COMMAND_BUF_KICK_CH0 : PICA… in MakeChannelKickCommand()
/CTR-SDK-4.2.8-20130828/include/nn/dlp/CTR/
Ddlp_Server.h157 static nn::Result OpenSessions(bool isManualAccept = false, u8 channel = 0);
Ddlp_Type.h256 u8 channel; // member
/CTR-SDK-4.2.8-20130828/tools/CommandLineTools/ctr_GxCommandAnalyzer/
Dabstruct.csv304 0x238,Command buffer size (channel 0)
305 0x239,Command buffer size (channel 1)
306 0x23a,Command buffer address (channel 0)
307 0x23b,Command buffer address (channel 1)
Ddetail.csv6999 0x238,[20:0],Size of the Channel 0 Command Buffer,Sets the size of the command buffer for channel 0.
7001 0x239,[20:0],Size of the Channel 1 Command Buffer,Sets the size of the command buffer for channel 1.
7003 …28:0],Address of the Channel 0 Command Buffer,Sets the address of the command buffer for channel 0.
7005 …28:0],Address of the Channel 1 Command Buffer,Sets the address of the command buffer for channel 1.
7007 0x23c,[31:0],Kick the Channel 0 Command Buffer,Kicks channel 0.
7009 0x23d,[31:0],Kick the Channel 1 Command Buffer,Kicks channel 1.
/CTR-SDK-4.2.8-20130828/include/nn/gr/CTR/
Dgr_Utility.h949 bit32* MakeChannelKickCommand( bit32* command, const CommandBufferChannel channel );