![]() |
Soldered SD Card Arduino Library 1.0.0
Easily read and write files to and form the SD card breakout! A fork of the original SDFat library by Bill Greiman.
|
Format an exFAT volume. More...
#include <ExFatFormatter.h>
Public Member Functions | |
| bool | format (BlockDevice *dev, uint8_t *secBuf, print_t *pr=nullptr) |
Private Member Functions | |
| bool | syncUpcase () |
| bool | writeUpcase (uint32_t sector) |
| bool | writeUpcaseByte (uint8_t b) |
| bool | writeUpcaseUnicode (uint16_t unicode) |
Private Attributes | |
| uint32_t | m_upcaseSector |
| uint32_t | m_upcaseChecksum |
| uint32_t | m_upcaseSize |
| BlockDevice * | m_dev |
| uint8_t * | m_secBuf |
Format an exFAT volume.
| bool ExFatFormatter::format | ( | BlockDevice * | dev, |
| uint8_t * | secBuf, | ||
| print_t * | pr = nullptr ) |
Format an exFAT volume.
| [in] | dev | Block device for volume. |
| [in] | secBuf | buffer for writing to volume. |
| [in] | pr | Print device for progress output. |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |