NUC472_NUC442_BSP V3.03.004
The Board Support Package for NUC472/NUC442
Functions
Umas_FATFS.c File Reference

NUC472/NUC442 MCU USB Host Mass Storage driver for FATFS. More...

#include <stdio.h>
#include <string.h>
#include "NUC472_442.h"
#include "usbh_core.h"
#include "Umas.h"
#include "diskio.h"
#include "usbh_umas.h"
Include dependency graph for Umas_FATFS.c:

Go to the source code of this file.

Functions

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

NUC472/NUC442 MCU USB Host Mass Storage driver for FATFS.

Version
V1.00
Revision
8
Date
15/12/03 10:22a
Note
SPDX-License-Identifier: Apache-2.0 Copyright (C) 2013 Nuvoton Technology Corp. All rights reserved.

Definition in file Umas_FATFS.c.