NUC472_NUC442_BSP V3.03.005
The Board Support Package for NUC472/NUC442
Data Structures | Functions
usbh_umas.h File Reference

USB Host Mass Storage driver header file. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  mass_disk_t
 

Functions

int32_t USBH_MassInit (void)
 Initialize USB Host Mass Storage driver. More...
 
int32_t USBH_MassGetDiskList (mass_disk_t *dlist[], int max)
 Obtain the list of currently connected USB Mass Storage disk. More...
 
int32_t USBH_MassRawRead (mass_disk_t *disk, uint32_t sectorN, int32_t scnt, uint8_t *buff)
 Read raw data from connected USB Mass Storage disk. More...
 
int32_t USBH_MassRawWrite (mass_disk_t *disk, uint32_t sectorN, int32_t scnt, uint8_t *buff)
 Write raw data to connected USB Mass Storage disk. More...
 

Detailed Description

USB Host Mass Storage driver header file.

Version
V1.00 $Revision 2 $
Date
14/10/31 10:31a
Note
SPDX-License-Identifier: Apache-2.0 Copyright (C) 2013 Nuvoton Technology Corp. All rights reserved.

Definition in file usbh_umas.h.