|
VSF Documented
|
#include <usb_host.h>
Data Fields | ||
| usb_host_client_event_t | event | |
| union { | ||
| struct { | ||
| uint8_t address | ||
| } new_dev | ||
| struct { | ||
| usb_device_handle_t dev_hdl | ||
| } dev_gone | ||
| }; | ||
| usb_host_client_event_t usb_host_client_event_msg::event |
| uint8_t usb_host_client_event_msg::address |
| struct { ... } usb_host_client_event_msg::new_dev |
| usb_device_handle_t usb_host_client_event_msg::dev_hdl |
| struct { ... } usb_host_client_event_msg::dev_gone |
| union { ... } usb_host_client_event_msg |