Home
last modified time | relevance | path

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

/components/drivers/usb/cherryusb/core/
A Dusbd_core.c184 static bool usbd_get_descriptor(uint8_t busid, uint16_t type_index, uint8_t **data, uint32_t *len) in usbd_get_descriptor() argument
193 type = HI_BYTE(type_index); in usbd_get_descriptor()
194 index = LO_BYTE(type_index); in usbd_get_descriptor()
330 static bool usbd_get_descriptor(uint8_t busid, uint16_t type_index, uint8_t **data, uint32_t *len) argument
338 type = HI_BYTE(type_index);
339 index = LO_BYTE(type_index);

Completed in 5 milliseconds