rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
Functions
storage_sd.h File Reference

Detailed Description

Storage interface to FatFS header.

Date
Jul 16, 2025
Author
Andrey Gusakov

Definition in file storage_sd.h.

Functions

bool initStorageSD ()
 
bool deinitStorageSD ()
 

Function Documentation

◆ deinitStorageSD()

bool deinitStorageSD ( )

Definition at line 148 of file storage_sd.cpp.

148 {
150}
bool storageUnregisterStorage(StorageType type)
Definition storage.cpp:213
@ STORAGE_SD_CARD
Definition storage.h:41

Referenced by unmountMmc().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ initStorageSD()

bool initStorageSD ( )

Definition at line 144 of file storage_sd.cpp.

144 {
145 return storageRegisterStorage(STORAGE_SD_CARD, &storageSD);
146}
bool storageRegisterStorage(StorageType type, SettingStorageBase *storage)
Definition storage.cpp:194

Referenced by mountMmc(), and storageManagerThread().

Here is the call graph for this function:
Here is the caller graph for this function:

Go to the source code of this file.