Expand description
Block storage I/O objects are located here.
Enums§
Traits§
- FatFs
Driver - Implement this trait for a block storage device, such as an SDMMC driver.
When feature
chronois 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
FatFsDrivertrait. The driver is placed on the heap usingBoxso that it lives for the lifetime of the program.