Home
last modified time | relevance | path

Searched refs:bit16 (Results 1 – 21 of 21) sorted by relevance

/CTR-SDK-2.4.0/include/nn/hid/CTR/
Dhid_DeviceStatus.h213 const bit16 DEBUG_PAD_BUTTON_UP = 0x00000001;
215 const bit16 DEBUG_PAD_BUTTON_LEFT = 0x00000002;
217 const bit16 DEBUG_PAD_TRIGGER_ZR = 0x00000004;
219 const bit16 DEBUG_PAD_BUTTON_X = 0x00000008;
221 const bit16 DEBUG_PAD_BUTTON_A = 0x00000010;
223 const bit16 DEBUG_PAD_BUTTON_Y = 0x00000020;
225 const bit16 DEBUG_PAD_BUTTON_B = 0x00000040;
227 const bit16 DEBUG_PAD_TRIGGER_ZL = 0x00000080;
228 const bit16 DEBUG_PAD_RESERVED = 0x00000100;
230 const bit16 DEBUG_PAD_TRIGGER_R = 0x00000200;
[all …]
Dhid_DebugPadReader.h129 bit16 m_LatestHold;
/CTR-SDK-2.4.0/include/nn/hio/CTR/
Dhio_HostDirectory.h44 bit16 year; //
45 bit16 month; //
46 bit16 dayofweek; //
47 bit16 day; //
48 bit16 hour; //
49 bit16 minute; //
50 bit16 second; //
51 bit16 msec; //
/CTR-SDK-2.4.0/include/nn/uds/CTR/
Duds_InfoElement.h36 const bit16 EJECT_SPECTAOTR_FLAG = 0x0001; //
37 const bit16 DISALLOW_CONNECT_FLAG = 0x0002; //
38 const bit16 DISALLOW_RECONNECT_FLAG = 0x0004; //
39 const bit16 DIRECT_BROADCAST_FLAG = 0x8000; //
65 bit16 attribute; //
Duds_Type.h160 bit16 updateNodeBitmap; //
164 bit16 slotBitmap; //
180 bit16 value[SCRAMBLED_LOCAL_FRINED_CODE_SIZE/sizeof(bit16)]; //
300 #define NN_UDS_DEFINE_UDS_VERSION(major, minor) ((bit16)major<<8 | (bit16)minor&0x00FF)
301 const bit16 UDS_SDK_VERSION = NN_UDS_DEFINE_UDS_VERSION(2, 0);
/CTR-SDK-2.4.0/include/nn/dlp/CTR/
Ddlp_DlpVersion.h25 #define NN_DLP_DEFINE_DLP_VERSION(major, minor) ((bit16)major<<8 | (bit16)minor&0x00FF)
27 const bit16 DLP_VERSION = NN_DLP_DEFINE_DLP_VERSION(1, 0);
Ddlp_FakeClient.h310 static nn::Result GetChannels(bit16* pChannels);
332 static nn::Result StartScan(bit16 channels, u32 uniqueId, u8 childIndex, const u8* pMac);
Ddlp_Type.h224 bit16 image[ICON_PIXEL_COUNT]; //
259 bit16 dlpVersion; //
/CTR-SDK-2.4.0/include/nn/dsp/CTR/MPCore/
Ddsp_Api.h69 nn::Result LoadComponent( const u8 pComponent[], size_t size, bit16 maskPram = 0xff, bit16 maskD…
70 nn::Result LoadComponentCore( const u8 pComponent[], size_t size, bit16 maskPram = 0xff, bit16 m…
263 nn::Result SetSemaphoreEventMask ( bit16 );
/CTR-SDK-2.4.0/include/nn/util/
Dutil_FlagsEnum.h67 class FlagsEnum2 : public FlagsEnum<bit16, EnumT>
70 FlagsEnum2() : FlagsEnum<bit16, EnumT>() {} in FlagsEnum2()
71 explicit FlagsEnum2(EnumT e) : FlagsEnum<bit16, EnumT>(e) {} in FlagsEnum2()
72 explicit FlagsEnum2(bit16 e) : FlagsEnum<bit16, EnumT>(e) {} in FlagsEnum2()
Dutil_SizedEnum.h56 class SizedEnum2 : public SizedEnum<bit16, EnumT>
59 SizedEnum2() : SizedEnum<bit16, EnumT>() {} in SizedEnum2()
60 SizedEnum2(EnumT e) : SizedEnum<bit16, EnumT>(e) {} in SizedEnum2()
/CTR-SDK-2.4.0/include/nn/
Dtypes.h73 typedef unsigned short bit16; typedef
105 bit16 companyCode;
/CTR-SDK-2.4.0/include/nn/config/compiler/
Dtypes_gcc.h73 typedef unsigned short bit16; typedef
105 bit16 companyCode;
/CTR-SDK-2.4.0/include/nn/socket/
Dsocket_Berkeley.h978 inline bit16 HtoNs(bit16 v) in HtoNs()
991 inline bit16 NtoHs(bit16 v) in NtoHs()
/CTR-SDK-2.4.0/sources/libraries/rdt/CTR/
Dtypes.h77 typedef unsigned short bit16; typedef
/CTR-SDK-2.4.0/sources/libraries/os/
Dos_DeliverArg.cpp288 void DeliverArg::SetMakerCode(bit16 makerCode) in SetMakerCode()
417 bit16 DeliverArg::GetMakerCode(void) in GetMakerCode()
432 nn::Result DeliverArg::SetSysParam(bit16 param) in SetSysParam()
/CTR-SDK-2.4.0/include/nn/cec/CTR/
Dcec_Types.h174 bit16 tag; //
Dcec_MessageBoxInfoReader.h270 bit16 GetMessageTag(CecBoxType boxType, u32 messIndex);
Dcec_Message.h557 inline bit16 GetTag() const in GetTag()
Dcec_MessageBox.h1267 bit16 GetMessageTag(const CecBoxType boxType, const u32 messIndex);
/CTR-SDK-2.4.0/include/nn/fslow/
Dfslow_Path.h73 … nn::dbg::detail::TPrintf("PATH_TYPE_BINARY(2 byte) %d\n", *(static_cast<const bit16*>(m_Data))); } in PRINT()