libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
usb_f207.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_hs.h>
#include "usb_private.h"
#include "usb_dwc_common.h"
Include dependency graph for usb_f207.c:

Go to the source code of this file.

Macros

#define RX_FIFO_SIZE   512
 

Functions

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

Variables

static struct _usbd_device usbd_dev
 
const struct _usbd_driver stm32f207_usb_driver
 

Macro Definition Documentation

◆ RX_FIFO_SIZE

#define RX_FIFO_SIZE   512

Definition at line 30 of file usb_f207.c.

Function Documentation

◆ stm32f207_usbd_init()

Variable Documentation

◆ usbd_dev

struct _usbd_device usbd_dev
static

Definition at line 34 of file usb_f207.c.

Referenced by stm32f207_usbd_init().