APM:Libraries
usbMassStorage.h
Go to the documentation of this file.
1 #ifndef USBMASSSTORAGE_H
2 #define USBMASSSTORAGE_H
3 
4 #include <boards.h>
5 #include "usb_mass_mal.h"
6 
7 
8 extern "C" {
9 #include <usbd_usr.h>
10 #include <usbd_desc.h>
11 #include <usb_conf.h>
12 #include <usbd_core.h>
13 
14 #include "msc/usbd_msc_core.h"
15 
16 #define USB_MASS_MAL_FAIL -1
17 #define USB_MASS_MAL_SUCCESS 0
18 
19 
20 }
21 #endif /* USBMASSSTORAGE_H */
22 
header for the usbd_msc_core.c file
Board-specific pin information.
Header file for usbd_usr.c.
General low level driver configuration.
Header file for usbd_core.c.
header file for the usbd_desc.c file