bool disk_mount(_DISK_INFO *di)
Mounts the disk and checks for a FatFS.
bool disk_umount(_DISK_INFO *di)
Unmounts the disk regardless of filesystem status.
bool disk_format_ff(_DISK_INFO *di)
Creates a FatFS on the disk.
void disk_init(_DISK_INFO *di)
Sets all the variables required for the disk and then initializes the SD library.
bool disk_is_physically_mounted()
Checks if a SD card is currently present in the device.
Shared structs, error codes, and functions for all HAL files.