Loading...
Searching...
No Matches

usbdev endpoint descriptor More...

Detailed Description

usbdev endpoint descriptor

Definition at line 259 of file usbdev.h.

#include <usbdev.h>

Data Fields

usbdev_tdev
 USB device this endpoint belongs to

 
size_t len
 Endpoint configured max transfer size in bytes.
 
usb_ep_dir_t dir
 Endpoint direction

 
usb_ep_type_t type
 Endpoint type

 
uint8_t num
 Endpoint number

 

Field Documentation

◆ dev

usbdev_t* usbdev_ep::dev

USB device this endpoint belongs to

Definition at line 260 of file usbdev.h.

◆ dir

usb_ep_dir_t usbdev_ep::dir

Endpoint direction

Definition at line 262 of file usbdev.h.

◆ len

size_t usbdev_ep::len

Endpoint configured max transfer size in bytes.

Definition at line 261 of file usbdev.h.

◆ num

uint8_t usbdev_ep::num

Endpoint number

Definition at line 264 of file usbdev.h.

◆ type

usb_ep_type_t usbdev_ep::type

Endpoint type

Definition at line 263 of file usbdev.h.


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