libDaisy
Hardware Library for Daisy
Loading...
Searching...
No Matches
usbh_diskio.h
Go to the documentation of this file.
1
18/* Define to prevent recursive inclusion -------------------------------------*/
19#ifndef __USBH_DISKIO_H
20#define __USBH_DISKIO_H
21
22/* USER CODE BEGIN firstSection */
23/* can be used to modify / undefine following code or add new definitions */
24/* USER CODE END firstSection */
25
26/* Includes ------------------------------------------------------------------*/
27#include "usbh_core.h"
28#include "usbh_msc.h"
29/* Exported types ------------------------------------------------------------*/
30/* Exported constants --------------------------------------------------------*/
31/* Exported functions ------------------------------------------------------- */
32extern const Diskio_drvTypeDef USBH_Driver;
33
34/* USER CODE BEGIN lastSection */
35/* can be used to modify / undefine previous code or add new definitions */
36/* USER CODE END lastSection */
37
38#endif /* __USBH_DISKIO_H */
39
40/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
const Diskio_drvTypeDef USBH_Driver