Searched defs:subtype (Results 1 – 7 of 7) sorted by relevance
/AliOS-Things-master/components/SDL2/src/joystick/iphoneos/ |
A D | SDL_sysjoystick.m | 113 Uint8 subtype = 0; field 186 subtype = 1; field 209 subtype = 2; field 228 subtype = 3; field 248 if (subtype != 0) { category 251 device->guid.data[15] = subtype; field
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/inc/app/ |
A D | app_msg.h | 175 uint16_t subtype; member
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | rdtarga.c | 337 int idlen, cmaptype, subtype, flags, interlace_type, components; in start_input_tga() local
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/ble_stack/hl/src/gap/gapm/ |
A D | gapm_int.h | 262 uint8_t subtype; member
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/inc/platform/ |
A D | trace_app.h | 25 #define COMBINE_TRACE_INFO_APP(type, subtype, module, level) (uint32_t)(((type)<<24) | ((subtype)<… argument
|
A D | trace.h | 247 #define COMBINE_TRACE_INFO(type, subtype, module, level) (uint32_t)(((type)<<24) | ((subtype)<<16)… argument
|
/AliOS-Things-master/components/amp/engine/duktape_engine/duktape/ |
A D | duktape.c | 50008 const char *subtype = "generic"; local
|
Completed in 295 milliseconds