| /CafeSDK-2.12.13/system/include/cafe/ |
| D | ax.h | 85 u16 numChnsIn; 86 u16 numSamples; 87 u16 numDevices; 88 u16 numChnsOut; // when AX invokes callback, numChnsOut = numChnsIn; 99 u16 currentVolume; 115 u16 vol; 228 u16 format; // AX_PB_FORMAT_ADPCM, AX_PB_FORMAT_PCM8, or AX_PB_FORMAT_PCM16 229 u16 loopFlag; 245 u16 a[8][2]; // coef table a1[0],a2[0],a1[1],a2[1].... 247 …u16 gain; // gain to be applied (0 for ADPCM, 0x0800 for PCM16 and 0x0100 for P… [all …]
|
| D | wt.h | 76 u16 format; // ADPCM, PCM16, PCM8 77 u16 sampleRate; // Hz 80 u16 adpcmIndex; // ADPCM index to reference if in ADPCM mode 96 u16 a[8][2]; // coef table a1[0],a2[0],a1[1],a2[1].... 97 u16 gain; // gain to be applied (0 for ADPCM, 0x0800 for PCM8/16) 98 u16 pred_scale; // predictor / scale combination (nibbles, as in hardware) 99 u16 yn1; // y[n - 1] 100 u16 yn2; // y[n - 2] 103 u16 loop_pred_scale; // predictor / scale combination (nibbles, as in hardware) 104 u16 loop_yn1; // y[n - 1] [all …]
|
| D | aacdec.h | 34 u16 smpFreq; /* index of sampling frequency(Hz) */ 35 u16 channel; /* number of channel */ 36 u16 reserved[10]; /* reserved */ 91 u16 inputBitstreamLength); 113 u16 inputBitstreamLength, 115 u16 *PcmLength, 116 u16 *outputFreqIndex); 134 u16 *PcmLength, 135 u16 *outputFreqIndex);
|
| D | uhs_ch9.h | 105 u16 wValue; 106 u16 wIndex; 107 u16 wLength; 163 u16 bcdUSB; 168 u16 idVendor; 169 u16 idProduct; 170 u16 bcdDevice; 202 u16 wTotalLength; 222 u16 wData[1]; /* UTF-16LE encoded */ 245 u16 wMaxPacketSize;
|
| D | mix.h | 103 u16 vMain0; 104 u16 vMain0_1; 105 u16 vAux0; 106 u16 vAux0_1; 108 u16 vMain1; 109 u16 vMain1_1; 110 u16 vAux1; 111 u16 vAux1_1; 113 u16 vMain2; 114 u16 vMain2_1; [all …]
|
| D | uhs_ch11.h | 84 u16 wPortStatus; 85 u16 wPortChange; 153 u16 wHubStatus; 154 u16 wHubChange; 182 u16 wHubCharacteristics;
|
| D | hid.h | 50 u16 vid; 51 u16 pid; 56 u16 max_packet_size_rx; 57 u16 max_packet_size_tx; 102 HID_ERROR_CODE HIDGetDescriptor(u32 handle, u8 descriptor_type, u8 descriptor_index, u16 language_i… 103 HID_ERROR_CODE HIDSetDescriptor(u32 handle, u8 descriptor_type, u8 descriptor_index, u16 language_i…
|
| /CafeSDK-2.12.13/system/include/nn/util/ |
| D | util_Crc.h | 108 void InitializeContext(u16 context = CRC16_STANDARD_INIT); 117 u16 GetHash(); 130 static u16 Calculate(const void* input, size_t length, u16 context = CRC16_STANDARD_INIT); 134 …static const u16 CRC16_STANDARD_POLY = 0xa001; // Calculations that perform bit inversion als… 137 static const u16 CRC16_STANDARD_INIT = 0; 140 typedef u16 Context; 145 u16 table[CRC_TABLE_SIZE]; 156 void InitializeTable(u16 poly); 174 void InitializeContext(u16 context = CRC16_CCITT_INIT); 183 u16 GetHash(); [all …]
|
| /CafeSDK-2.12.13/system/include/cafe/mem/ |
| D | expHeap.h | 93 u16 signature; // Signature. 113 u16 groupID; // Current group ID (lower 8 bits only). 117 u16 val; 120 u16 _reserved : 14; 121 …u16 useMarginOfAlign : 1; // If this attribute value is set, it is generated when al… 123 u16 allocMode : 1; // Memory allocation mode. 150 u16 optFlag ); 172 u16 MEMSetAllocModeForExpHeap( MEMHeapHandle heap, u16 mode ); 173 u16 MEMGetAllocModeForExpHeap( MEMHeapHandle heap ); 177 u16 MEMSetGroupIDForExpHeap( MEMHeapHandle heap, u16 groupID ); [all …]
|
| D | list.h | 61 u16 numObjects; // Number of objects linked in the list. 62 u16 offset; // Offset for the NNSFndLink type structure member. 96 u16 offset); 125 u16 index);
|
| /CafeSDK-2.12.13/system/include/cafe/net/ |
| D | nc_types.h | 155 typedef u16 NETCONF_NIC; 156 typedef u16 NETCONF_IFSTATE; 157 typedef u16 NETCONF_PROXY_STATE; 209 u16 use_proxy; 210 u16 port; 221 u16 mode; 225 u16 key_id; 230 u16 key_id; 235 u16 key_len; 240 u16 key_len; [all …]
|
| /CafeSDK-2.12.13/system/include/nn/ac/ |
| D | ac_Config.h | 83 void SetNetworkInterface( Config* pConfig, u16 nic ); 103 u16 GetNetworkInterface( const Config* pConfig ); 326 void SetWifiConfigureMethod( Config* pConfig, u16 method ); 341 u16 GetWifiConfigureMethod( const Config* pConfig ); 367 void SetPrivacyMode( Config* pConfig, u16 mode ); 383 u16 GetPrivacyMode( const Config* pConfig ); 436 void SetEthernetSpeed( Config* pConfig, u16 speed ); 455 u16 GetEthernetSpeed( const Config* pConfig ); 477 void SetEthernetCommunicationMethod( Config* pConfig, u16 duplex ); 492 u16 GetEthernetCommunicationMethod( const Config* pConfig ); [all …]
|
| /CafeSDK-2.12.13/system/src/lib/demo/headers/cafe/demo/ |
| D | demoPad.h | 57 u16 button; ///< Or-ed DEMO_PAD_BUTTON_* and DEMO_PAD_TRIGGER_* bits 67 u16 lastButton; ///< Last button; 69 u16 buttonDown; ///< Button down 70 u16 buttonUp; ///< Button up 71 u16 dirs; ///< Directions 72 u16 dirsNew; ///< New directions 73 u16 dirsReleased; ///< Released directions 110 DEMO_INLINE u16 DEMOPadGetButton (u32 i) {return g_DemoPad[i].button;} in DEMOPadGetButton() 116 DEMO_INLINE u16 DEMOPadGetButtonUp (u32 i) {return g_DemoPad[i].buttonUp;} in DEMOPadGetButtonUp() 122 DEMO_INLINE u16 DEMOPadGetButtonDown (u32 i) {return g_DemoPad[i].buttonDown;} in DEMOPadGetButtonDown() [all …]
|
| D | demoGfxTypes.h | 175 struct{ u16 x, y, z, w;} v; 176 struct{ u16 r, g, b, a;} c; 177 u16 U16[4]; 187 struct{ u16 x, y, z;} v; 188 struct{ u16 r, g, b;} c; 189 u16 U16[3]; 199 struct{ u16 x, y;} v; 200 struct{ u16 r, g;} c; 201 u16 U16[2]; 211 struct{ u16 x;} v; [all …]
|
| /CafeSDK-2.12.13/system/include/cafe/demo/ |
| D | demoPad.h | 57 u16 button; ///< Or-ed DEMO_PAD_BUTTON_* and DEMO_PAD_TRIGGER_* bits 67 u16 lastButton; ///< Last button; 69 u16 buttonDown; ///< Button down 70 u16 buttonUp; ///< Button up 71 u16 dirs; ///< Directions 72 u16 dirsNew; ///< New directions 73 u16 dirsReleased; ///< Released directions 110 DEMO_INLINE u16 DEMOPadGetButton (u32 i) {return g_DemoPad[i].button;} in DEMOPadGetButton() 116 DEMO_INLINE u16 DEMOPadGetButtonUp (u32 i) {return g_DemoPad[i].buttonUp;} in DEMOPadGetButtonUp() 122 DEMO_INLINE u16 DEMOPadGetButtonDown (u32 i) {return g_DemoPad[i].buttonDown;} in DEMOPadGetButtonDown() [all …]
|
| D | demoGfxTypes.h | 175 struct{ u16 x, y, z, w;} v; 176 struct{ u16 r, g, b, a;} c; 177 u16 U16[4]; 187 struct{ u16 x, y, z;} v; 188 struct{ u16 r, g, b;} c; 189 u16 U16[3]; 199 struct{ u16 x, y;} v; 200 struct{ u16 r, g;} c; 201 u16 U16[2]; 211 struct{ u16 x;} v; [all …]
|
| /CafeSDK-2.12.13/system/include/nn/uds/CAFE/ |
| D | uds_Type.h | 54 const u16 BROADCAST_NODE_ID = 0xffff; //!< Node ID representing all node addresses of… 67 const u16 UDS_PACKET_PAYLOAD_MAX_SIZE = 1478; //!< Maximum size of the data that can be sent … 187 …u16 myNodeId; //!< The node ID of the local system. This… 189 …u16 nodeIdList[PROTOCOL_NODE_MAX ]; //!< List of the nodes currently connected… 231 u16 nodeId; //!< Node ID. 292 u16 targetNodeId; //!< The target node ID. 293 u16 port; //!< Port number. 298 inline u16 Swap16( u16 value ) in Swap16() 300 return static_cast<u16>( (((value) & 0xFF00UL) >> 8UL) | (((value) & 0x00FFUL) << 8UL)); in Swap16() 341 inline u16 NE2HE16( u16 value ) in NE2HE16() [all …]
|
| /CafeSDK-2.12.13/system/include/cafe/pads/wpad/ |
| D | wpadBalance.h | 30 u16 button; // Or-ed WPAD_BUTTON_* bits 39 u16 press[WPAD_PRESS_UNITS]; 62 s32 WPADGetBLCalibration( s32 chan, u8 *data, u16 addr, u16 len, WPADCallback callback );
|
| D | wpad.h | 328 u16 size; 345 u16 pixel; 355 u16 button; // Or-ed WPAD_BUTTON_* bits 367 u16 button; // Or-ed WPAD_BUTTON_* bits 385 u16 button; // Or-ed WPAD_BUTTON_* bits 394 u16 clButton; // Or-ed WPAD_CL_BUTTON * bits 405 u16 button; // Or-ed WPAD_BUTTON_* bits 426 u16 button; // Or-ed WPAD_BUTTON_* bits 435 u16 cmButton; // Or-ed WPAD_CM_BUTTON * bits 443 u16 button; // Or-ed WPAD_BUTTON_* bits [all …]
|
| D | wpadTrain.h | 26 u16 button; // Or-ed WPAD_BUTTON_* bits 35 u16 trButton; // Or-ed WPAD_CL_BUTTON * bits
|
| /CafeSDK-2.12.13/system/include/nn/ |
| D | types.h | 57 typedef unsigned short int u16; 88 typedef volatile u16 vu16; 125 typedef u16 REGType16; 149 u16 remasterVersion;
|
| /CafeSDK-2.12.13/system/include/cafe/sci/ |
| D | sciEnum.h | 137 u16 latitude; 138 u16 longitude; 146 u16 latitude; 147 u16 longitude;
|
| /CafeSDK-2.12.13/system/include/nn/aoc/ |
| D | aoc_Api.h | 178 u16 contentIndexes[], 223 u16 contentIndexes[], 264 u16 contentIndexes[],
|
| /CafeSDK-2.12.13/system/include/cafe/vpad/ |
| D | vpadAPIs.h | 119 u16 rawX1, u16 rawY1, u16 x1, u16 y1, 120 u16 rawX2, u16 rawY2, u16 x2, u16 y2 );
|
| /CafeSDK-2.12.13/system/include/nn/boss/ |
| D | boss_DataStoreUploadSetting.h | 64 …eId, const wchar_t accessKey[], datastore::DestinationKind dstKind, u16 dataType, u16 period, void… 83 …eId, const wchar_t accessKey[], datastore::DestinationKind dstKind, u16 dataType, u16 period, void…
|