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

Endpoint attribute bit fields. More...

#include <zephyr/usb/usb_ch9.h>

Data Fields

uint8_t reserved: 2
 Reserved bits.
uint8_t usage: 2
 Usage type.
uint8_t synch: 2
 Synchronization type.
uint8_t transfer: 2
 Transfer type.

Detailed Description

Endpoint attribute bit fields.

See Table 9-13 of the specification.

Field Documentation

◆ reserved

uint8_t usb_ep_desc_bmattr::reserved

Reserved bits.

◆ synch

uint8_t usb_ep_desc_bmattr::synch

Synchronization type.

◆ transfer

uint8_t usb_ep_desc_bmattr::transfer

Transfer type.

◆ usage

uint8_t usb_ep_desc_bmattr::usage

Usage type.


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