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

UAOL stream endpoint table entry. More...

#include <zephyr/drivers/uaol.h>

Data Fields

uint32_t usb_ep_address: 5
 USB endpoint number.
uint32_t device_slot_number: 8
 Slot number.
uint32_t split_ep: 1
 Split endpoint flag.

Detailed Description

UAOL stream endpoint table entry.

Field Documentation

◆ device_slot_number

uint32_t uaol_ep_table_entry::device_slot_number

Slot number.

◆ split_ep

uint32_t uaol_ep_table_entry::split_ep

Split endpoint flag.

◆ usb_ep_address

uint32_t uaol_ep_table_entry::usb_ep_address

USB endpoint number.


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