GlobLib
HAL and API libraries for MCUs and hardware.
|
Source file for stm32f103cb USB. More...
#include "stm32f103cb_usb.h"
Go to the source code of this file.
Functions | |
void | USB_disconnect (void) |
Dissconnect the USB device from the HOST. More... | |
void | USB_setup (void) |
Initialize the USB device. More... | |
void | USB_setGet (void(*data_available)(uint8_t)) |
Set the function called when data is received on the USB. More... | |
void | USB_update (void) |
Update the USB peripheral. More... | |
void | USB_put (uint8_t byte) |
Send a single byte on USB. More... | |
Source file for stm32f103cb USB.
Definition in file stm32f103cb_usb.c.