Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/include/nn/hid/CTR/
Dhid_DeviceStatus.h237 const bit16 DEBUG_PAD_BUTTON_UP = 0x00000001;
239 const bit16 DEBUG_PAD_BUTTON_LEFT = 0x00000002;
241 const bit16 DEBUG_PAD_TRIGGER_ZR = 0x00000004;
243 const bit16 DEBUG_PAD_BUTTON_X = 0x00000008;
245 const bit16 DEBUG_PAD_BUTTON_A = 0x00000010;
247 const bit16 DEBUG_PAD_BUTTON_Y = 0x00000020;
249 const bit16 DEBUG_PAD_BUTTON_B = 0x00000040;
251 const bit16 DEBUG_PAD_TRIGGER_ZL = 0x00000080;
252 const bit16 DEBUG_PAD_RESERVED = 0x00000100;
254 const bit16 DEBUG_PAD_TRIGGER_R = 0x00000200;
[all …]
Dhid_DebugPadReader.h135 bit16 m_LatestHold;
/CTR-SDK-4.2.5/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-4.2.5/include/nn/dbg/
Ddbg_Argument.h66 bit16 argStart; // Position where argument starts
67 bit16 argNum; // Number of arguments
68 bit16 binaryStart; // Position where binary starts
69 bit16 binarySize; // binary size
76 bit16 size;
/CTR-SDK-4.2.5/include/nn/uds/CTR/
Duds_InfoElement.h35 const bit16 EJECT_SPECTAOTR_FLAG = 0x0001; //!< Flag to disconnect connected spectators, with n…
36 const bit16 DISALLOW_CONNECT_FLAG = 0x0002; //!< Prohibit new client connections
37 const bit16 DISALLOW_RECONNECT_FLAG = 0x0004; //!< Prohibit client re-connections @ref Only refere…
38 const bit16 DIRECT_BROADCAST_FLAG = 0x8000; //!< Flag for whether to use DirectBroadcast; be sur…
65 bit16 attribute; //
Duds_Type.h158 bit16 updateNodeBitmap; //
162 bit16 slotBitmap; //
191 bit16 value[SCRAMBLED_LOCAL_FRINED_CODE_SIZE/sizeof(bit16)]; //
316 #define NN_UDS_DEFINE_UDS_VERSION(major, minor) ((bit16)major<<8 | (bit16)minor&0x00FF)
317 const bit16 UDS_SDK_VERSION = NN_UDS_DEFINE_UDS_VERSION(4, 0);
/CTR-SDK-4.2.5/include/nn/dlp/CTR/
Ddlp_DlpVersion.h26 #define NN_DLP_DEFINE_DLP_VERSION(major, minor) ((bit16)major<<8 | (bit16)minor&0x00FF)
28 const bit16 DLP_VERSION = NN_DLP_DEFINE_DLP_VERSION(1, 1);
Ddlp_FakeClient.h312 static nn::Result GetChannels(bit16* pChannels);
317 …static nn::Result StartScanInternal(bit16 channels, u32 uniqueId, u8 childIndex, const u8* pMac, b…
Ddlp_Type.h225 bit16 image[ICON_PIXEL_COUNT]; //
260 bit16 dlpVersion; //
/CTR-SDK-4.2.5/include/nn/dsp/CTR/MPCore/
Ddsp_Api.h70 nn::Result LoadComponent( const u8 pComponent[], size_t size, bit16 maskPram = 0xff, bit16 maskD…
71 nn::Result LoadComponentCore( const u8 pComponent[], size_t size, bit16 maskPram = 0xff, bit16 m…
264 nn::Result SetSemaphoreEventMask ( bit16 );
/CTR-SDK-4.2.5/include/nn/util/
Dutil_FlagsEnum.h233 class FlagsEnum2 : public FlagsEnum<bit16, EnumT>
239 FlagsEnum2() : FlagsEnum<bit16, EnumT>() {} in FlagsEnum2()
246 explicit FlagsEnum2(EnumT e) : FlagsEnum<bit16, EnumT>(e) {} in FlagsEnum2()
253 explicit FlagsEnum2(bit16 e) : FlagsEnum<bit16, EnumT>(e) {} in FlagsEnum2()
Dutil_SizedEnum.h144 class SizedEnum2 : public SizedEnum<bit16, EnumT>
152 SizedEnum2() : SizedEnum<bit16, EnumT>() {} in SizedEnum2()
161 SizedEnum2(EnumT e) : SizedEnum<bit16, EnumT>(e) {} in SizedEnum2()
/CTR-SDK-4.2.5/include/nn/config/compiler/
Dtypes_gcc.h73 typedef unsigned short bit16; typedef
105 bit16 companyCode;
/CTR-SDK-4.2.5/include/nn/
Dtypes.h100 typedef unsigned short bit16; typedef
137 bit16 companyCode;
/CTR-SDK-4.2.5/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-4.2.5/sources/libraries/rdt/CTR/
Dtypes.h77 typedef unsigned short bit16; typedef
/CTR-SDK-4.2.5/include/nn/cec/CTR/
Dcec_Types.h176 bit16 tag; //
Dcec_MessageBoxInfoReader.h271 bit16 GetMessageTag(CecBoxType boxType, u32 messIndex);
Dcec_Message.h547 bit16 GetTag() const in GetTag()
Dcec_MessageBox.h1304 bit16 GetMessageTag(const CecBoxType boxType, const u32 messIndex) const;
/CTR-SDK-4.2.5/sources/libraries/dbg/CTR/
Ddbg_ExceptionScreen.cpp128 bit16 op = *reinterpret_cast<bit16*>(opAddr); in IsThumbBranchOperationAddress()
135 bit16 op2 = *reinterpret_cast<bit16*>(opAddr2); in IsThumbBranchOperationAddress()
/CTR-SDK-4.2.5/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()