WebRadioApp  0.1
fatfs.h File Reference

Header for fatfs applications. More...

#include "ff.h"
#include "ff_gen_drv.h"
#include "sd_diskio.h"
#include "usbh_diskio.h"
Include dependency graph for fatfs.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void MX_FATFS_Init (void)
 

Variables

uint8_t retSD
 
char SDPath [4]
 
FATFS SDFatFS
 
FIL SDFile
 
uint8_t retUSBH
 
char USBHPath [4]
 
FATFS USBHFatFS
 
FIL USBHFile
 

Detailed Description

Header for fatfs applications.

Attention

© Copyright (c) 2021 STMicroelectronics. All rights reserved.

This software component is licensed by ST under Ultimate Liberty license SLA0044, the "License"; You may not use this file except in compliance with the License. You may obtain a copy of the License at: www.st.com/SLA0044

Function Documentation

◆ MX_FATFS_Init()

void MX_FATFS_Init ( void  )

References retSD, retUSBH, SD_Driver, SDPath, USBH_Driver, and USBHPath.

Here is the caller graph for this function:

Variable Documentation

◆ retSD

uint8_t retSD

◆ retUSBH

uint8_t retUSBH

◆ SDFatFS

FATFS SDFatFS

◆ SDFile

FIL SDFile

◆ SDPath

char SDPath[4]

◆ USBHFatFS

FATFS USBHFatFS

◆ USBHFile

FIL USBHFile

◆ USBHPath

char USBHPath[4]