Zephyr API Documentation 4.3.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
usb_req_type_field Struct Reference

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.

Detailed Description

Representation of the bmRequestType bit field.

Field Documentation

◆ direction

uint8_t usb_req_type_field::direction

Data transfer direction.

◆ recipient

uint8_t usb_req_type_field::recipient

Request recipient.

◆ type

uint8_t usb_req_type_field::type

Request type.


The documentation for this struct was generated from the following file: