#include <esp_sd.h>
Definition at line 65 of file esp_sd.h.
◆ ESP_SD()
◆ ~ESP_SD()
◆ begin()
static bool ESP_SD::begin |
( |
| ) |
|
|
static |
◆ closeAll()
static void ESP_SD::closeAll |
( |
| ) |
|
|
static |
◆ end()
static void ESP_SD::end |
( |
| ) |
|
|
static |
◆ exists()
static bool ESP_SD::exists |
( |
const char * |
path | ) |
|
|
static |
◆ FilesystemName()
static const char* ESP_SD::FilesystemName |
( |
| ) |
|
|
static |
◆ format()
static bool ESP_SD::format |
( |
ESP3DOutput * |
output = nullptr | ) |
|
|
static |
◆ formatBytes()
String & ESP_SD::formatBytes |
( |
uint64_t |
bytes | ) |
|
|
static |
◆ freeBytes()
static uint64_t ESP_SD::freeBytes |
( |
| ) |
|
|
static |
◆ getSPISpeedDivider()
static uint8_t ESP_SD::getSPISpeedDivider |
( |
| ) |
|
|
inlinestatic |
◆ getState()
static uint8_t ESP_SD::getState |
( |
bool |
refresh | ) |
|
|
static |
◆ handle()
◆ mkdir()
static bool ESP_SD::mkdir |
( |
const char * |
path | ) |
|
|
static |
◆ open()
◆ remove()
static bool ESP_SD::remove |
( |
const char * |
path | ) |
|
|
static |
◆ rename()
static bool ESP_SD::rename |
( |
const char * |
oldpath, |
|
|
const char * |
newpath |
|
) |
| |
|
static |
◆ rmdir()
static bool ESP_SD::rmdir |
( |
const char * |
path | ) |
|
|
static |
◆ setSPISpeedDivider()
bool ESP_SD::setSPISpeedDivider |
( |
uint8_t |
speeddivider | ) |
|
|
static |
◆ setState()
uint8_t ESP_SD::setState |
( |
uint8_t |
state | ) |
|
|
static |
◆ totalBytes()
static uint64_t ESP_SD::totalBytes |
( |
| ) |
|
|
static |
◆ usedBytes()
static uint64_t ESP_SD::usedBytes |
( |
| ) |
|
|
static |
The documentation for this class was generated from the following files: