GlobLib
HAL and API libraries for MCUs and hardware.
stm32f103cb_usb.c File Reference

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...
 

Detailed Description

Source file for stm32f103cb USB.


Author
Stuart Ianna
Version
0.1
Date
June 2018
Warning
None
Bug:
Compilers
  • arm-none-eabi-gcc (15:4.9.3+svn231177-1) 4.9.3 20150529 (prerelease)

Definition in file stm32f103cb_usb.c.