Module diskio

Module diskio 

Source
Expand description

Block storage I/O objects are located here.

Enums§

DiskResult
DiskStatus
IoctlCommand

Traits§

FatFsDriver
Implement this trait for a block storage device, such as an SDMMC driver. When feature chrono is enabled time must also be supplied.

Functions§

install
Installs a driver for the file system. Only one driver can be installed at a time. The driver must implement the FatFsDriver trait. The driver is placed on the heap using Box so that it lives for the lifetime of the program.