WebRadioApp  0.1
fatfs.c File Reference

Code for fatfs applications. More...

#include "fatfs.h"
Include dependency graph for fatfs.c:

Functions

void MX_FATFS_Init (void)
 
DWORD get_fattime (void)
 Gets Time from RTC. More...
 

Variables

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

Detailed Description

Code 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

◆ get_fattime()

DWORD get_fattime ( void  )

Gets Time from RTC.

Parameters
None
Return values
Timein DWORD

◆ 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]