USBD ROM Stack
2.0
ROM based USB device stack
|
MSC Class Function Driver module. This module contains an internal implementation of the USB MSC Class. User applications can use this class driver instead of implementing the MSC class manually via the low-level USBD_HW and USBD_Core APIs.
This module is designed to simplify the user code by exposing only the required interface needed to interface with Devices using the USB MSC Class.
Data Structures | |
struct | USBD_MSC_INIT_PARAM_T |
Mass Storage class function driver initialization parameter data structure. More... | |
struct | USBD_MSC_API_T |
MSC class API functions structure.This module exposes functions which interact directly with USB device controller hardware. More... | |