|
Zephyr Project API 4.0.0
A Scalable Open Source RTOS
|
USB host support runtime context. More...
#include <usbh.h>
Data Fields | |
| const char * | name |
| Name of the USB device. | |
| struct k_mutex | mutex |
| Access mutex. | |
| const struct device * | dev |
| Pointer to UHC device struct. | |
| sys_dlist_t | peripherals |
| peripheral list | |
USB host support runtime context.
| const struct device* usbh_contex::dev |
Pointer to UHC device struct.
| struct k_mutex usbh_contex::mutex |
Access mutex.
| const char* usbh_contex::name |
Name of the USB device.
| sys_dlist_t usbh_contex::peripherals |
peripheral list