|
VSF Documented
|
#include <usb_host.h>
Data Fields | ||
| bool | is_synchronous | |
| int | max_num_event_msg | |
| union { | ||
| struct { | ||
| usb_host_client_event_cb_t client_event_callback | ||
| void * callback_arg | ||
| } async | ||
| }; | ||
| bool usb_host_client_config_t::is_synchronous |
| int usb_host_client_config_t::max_num_event_msg |
| usb_host_client_event_cb_t usb_host_client_config_t::client_event_callback |
| void* usb_host_client_config_t::callback_arg |
| struct { ... } usb_host_client_config_t::async |
| union { ... } usb_host_client_config_t |