#include "error.h"
#include "usbd.h"
#include "usbd_hw.h"
#include "usbd_core.h"
#include "usbd_mscuser.h"
#include "usbd_dfuuser.h"
#include "usbd_hiduser.h"
#include "usbd_cdcuser.h"
Go to the source code of this file.
|
| struct | USBD_API_T |
| | Main USBD API functions structure.This structure contains pointer to various USB Device stack's sub-module function tables. This structure is used as main entry point to access various methods (grouped in sub-modules) exposed by ROM based USB device stack. More...
|
| |
| void UsbdCdc_Init |
( |
void |
| ) |
|
| void UsbdHid_Init |
( |
void |
| ) |
|
| void UsbdMsc_Init |
( |
void |
| ) |
|
| void UsbdRom_Init |
( |
uint8_t |
corenum | ) |
|
| void UsbdRom_IrqHandler |
( |
void |
| ) |
|