|
VSF Documented
|
#include <usb.h>
Data Fields | ||
| bool | is_host | |
| struct { | ||
| usb_ip_irqhandler_t irqhandler | ||
| void * param | ||
| } | callback | |
| const aic8800_usb_const_t * | param | |
| union { | ||
| struct { | ||
| usb_ip_irqhandler_t irqhandler | ||
| void * param | ||
| usb_dc_speed_t speed | ||
| } device | ||
| }; | ||
| bool aic8800_usb_t::is_host |
| usb_ip_irqhandler_t aic8800_usb_t::irqhandler |
| void* aic8800_usb_t::param |
| struct { ... } aic8800_usb_t::callback |
| const aic8800_usb_const_t* aic8800_usb_t::param |
| usb_dc_speed_t aic8800_usb_t::speed |
| struct { ... } aic8800_usb_t::device |
| union { ... } aic8800_usb_t |