libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
usb_f107.c File Reference
#include <string.h>
#include <libopencm3/cm3/common.h>
#include <libopencm3/stm32/tools.h>
#include <libopencm3/stm32/rcc.h>
#include <libopencm3/usb/usbd.h>
#include <libopencm3/usb/dwc/otg_fs.h>
#include "usb_private.h"
#include "usb_dwc_common.h"
Include dependency graph for usb_f107.c:

Go to the source code of this file.

Macros

#define RX_FIFO_SIZE   128
 

Functions

static usbd_devicestm32f107_usbd_init (void)
 Initialize the USB device controller hardware of the STM32. More...
 

Variables

static struct _usbd_device usbd_dev
 
const struct _usbd_driver stm32f107_usb_driver
 

Macro Definition Documentation

◆ RX_FIFO_SIZE

#define RX_FIFO_SIZE   128

Definition at line 30 of file usb_f107.c.

Function Documentation

◆ stm32f107_usbd_init()

Variable Documentation

◆ usbd_dev