USBD ROM Stack
2.0
ROM based USB device stack
|
ROM API for USB device stack. More...
#include "error.h"
#include "mw_usbd.h"
#include "mw_usbd_hw.h"
#include "mw_usbd_core.h"
#include "mw_usbd_mscuser.h"
#include "mw_usbd_dfuuser.h"
#include "mw_usbd_hiduser.h"
#include "mw_usbd_cdcuser.h"
Go to the source code of this file.
Data Structures | |
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... | |
Variables | |
const USBD_API_T | usb_api |
ROM API for USB device stack.
Definition of functions exported by ROM based USB device stack.