Home
last modified time | relevance | path

Searched refs:bDescriptorType (Results 1 – 11 of 11) sorted by relevance

/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/usbd/
A Dusbd.h354 uint8_t bDescriptorType; /**< DEVICE Descriptor Type. */ member
423 uint8_t bDescriptorType; /**< Device Qualifier Type */ member
439 uint8_t bDescriptorType; /**< CONFIGURATION Descriptor Type*/ member
499 uint8_t bDescriptorType; /**< INTERFACE ASSOCIATION Descriptor Type*/ member
524 uint8_t bDescriptorType; /**< INTERFACE Descriptor Type*/ member
573 uint8_t bDescriptorType; /**< ENDPOINT Descriptor Type*/ member
656 uint8_t bDescriptorType; /**< STRING Descriptor Type*/ member
666 uint8_t bDescriptorType; /**< Descriptor Type*/ member
675 uint8_t bDescriptorType; /**< Other_speed_Configuration Type*/ member
A Dusbd_cdc.h184 uint8_t bDescriptorType; /* CS_INTERFACE descriptor type */ member
195 uint8_t bDescriptorType; /* CS_INTERFACE descriptor type */ member
207 uint8_t bDescriptorType; /* CS_INTERFACE descriptor type */ member
218 uint8_t bDescriptorType; /* CS_INTERFACE descriptor type */ member
A Dusbd_dfu.h100 uint8_t bDescriptorType; member
A Dusbd_hid.h80 uint8_t bDescriptorType; /**< Type of HID descriptor. */ member
86 uint8_t bDescriptorType; /**< Type of HID report. */ member
/lk-master/external/platform/pico/rp2_common/pico_stdio_usb/
A Dstdio_usb_descriptors.c58 .bDescriptorType = TUSB_DESC_DEVICE,
/lk-master/external/platform/lpc15xx/lpcopen/usbd_rom_cdc_uart/example/src/
A Dcdc_main.c78 if (pD->bDescriptorType == USB_INTERFACE_DESCRIPTOR_TYPE) { in find_IntfDesc()
/lk-master/external/platform/lpc15xx/lpcopen/usbd_rom_hid_generic/example/src/
A Dhid_main.c78 if (pD->bDescriptorType == USB_INTERFACE_DESCRIPTOR_TYPE) { in find_IntfDesc()
/lk-master/external/platform/lpc15xx/lpcopen/usbd_rom_hid_keyboard/example/src/
A Dhid_main.c79 if (pD->bDescriptorType == USB_INTERFACE_DESCRIPTOR_TYPE) { in find_IntfDesc()
/lk-master/external/platform/lpc15xx/lpcopen/usbd_rom_hid_mouse/example/src/
A Dhid_main.c79 if (pD->bDescriptorType == USB_INTERFACE_DESCRIPTOR_TYPE) { in find_IntfDesc()
/lk-master/external/platform/lpc15xx/lpcopen/usbd_rom_cdc/example/src/
A Dcdc_main.c79 if (pD->bDescriptorType == USB_INTERFACE_DESCRIPTOR_TYPE) { in find_IntfDesc()
/lk-master/external/platform/lpc15xx/lpcopen/usbd_rom_composite/example/src/
A Dcomposite_main.c80 if (pD->bDescriptorType == USB_INTERFACE_DESCRIPTOR_TYPE) { in find_IntfDesc()

Completed in 13 milliseconds