Home
last modified time | relevance | path

Searched defs:usb_setup_req (Results 1 – 3 of 3) sorted by relevance

/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Middlewares/ST/STM32_USB_Device_Library/Core/Inc/
Dusbd_def.h148 typedef struct usb_setup_req struct
151 uint8_t bmRequest;
152 uint8_t bRequest;
153 uint16_t wValue;
154 uint16_t wIndex;
155 uint16_t wLength;
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Middlewares/ST/STM32_USB_Device_Library/Core/Inc/
Dusbd_def.h148 typedef struct usb_setup_req struct
151 uint8_t bmRequest;
152 uint8_t bRequest;
153 uint16_t wValue;
154 uint16_t wIndex;
155 uint16_t wLength;
/external/arm-trusted-firmware/include/drivers/
Dusb_device.h106 struct usb_setup_req { struct
120 uint8_t (*setup)(struct usb_handle *pdev, struct usb_setup_req *req); argument