50 #include "stdio_usb.h"
105 void usb_int_init(
void);
140 void usb_int_send_byte(
usb_config_t *usb_conf, uint8_t data) ;
USB interface structure.
Definition: usb_int.h:58
USB configuration interface structure.
Definition: usb_int.h:69
usb_interface_t usb_device
Define which device to configure.
Definition: usb_int.h:72
byte_stream_t * receive_stream
Pointer to the reception stream.
Definition: usb_int.h:63
int32_t IRQ
IRQ of the USB interface.
Definition: usb_int.h:60
Byte stream.
Definition: streams.h:62
int32_t mode
Define the mode to use.
Definition: usb_int.h:71