|
Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
|
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. | |
USB device controller endpoint status.
| bool udc_ep_stat::busy |
Endpoint is busy.
| bool udc_ep_stat::data1 |
Last submitted PID is DATA1.
| bool udc_ep_stat::enabled |
Endpoint is enabled.
| bool udc_ep_stat::halted |
Endpoint is halted (returning STALL PID).