|
Zephyr API Documentation 4.3.99
A Scalable Open Source RTOS
|
Representation of the bmRequestType bit field. More...
#include <zephyr/usb/usb_ch9.h>
Data Fields | |
| uint8_t | direction: 1 |
| Data transfer direction. | |
| uint8_t | type: 2 |
| Request type. | |
| uint8_t | recipient: 5 |
| Request recipient. | |
Representation of the bmRequestType bit field.
| uint8_t usb_req_type_field::direction |
Data transfer direction.
| uint8_t usb_req_type_field::recipient |
Request recipient.
| uint8_t usb_req_type_field::type |
Request type.