Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
udc_ep_stat Struct Reference

USB device controller endpoint status. More...

#include <zephyr/drivers/usb/udc.h>

Data Fields

bool enabled
 Endpoint is enabled.
bool halted
 Endpoint is halted (returning STALL PID).
bool data1
 Last submitted PID is DATA1.
bool busy
 Endpoint is busy.

Detailed Description

USB device controller endpoint status.

Field Documentation

◆ busy

bool udc_ep_stat::busy

Endpoint is busy.

◆ data1

bool udc_ep_stat::data1

Last submitted PID is DATA1.

◆ enabled

bool udc_ep_stat::enabled

Endpoint is enabled.

◆ halted

bool udc_ep_stat::halted

Endpoint is halted (returning STALL PID).


The documentation for this struct was generated from the following file:
  • zephyr/drivers/usb/udc.h