Struct embedded_sdmmc::FatVolume
source · pub struct FatVolume { /* private fields */ }Expand description
Identifies a FAT16 Volume on the disk.
Implementations§
source§impl FatVolume
impl FatVolume
sourcepub fn update_info_sector<D, T, const MAX_DIRS: usize, const MAX_FILES: usize>(
&mut self,
controller: &mut Controller<D, T, MAX_DIRS, MAX_FILES>
) -> Result<(), Error<D::Error>>where
D: BlockDevice,
T: TimeSource,
pub fn update_info_sector<D, T, const MAX_DIRS: usize, const MAX_FILES: usize>(
&mut self,
controller: &mut Controller<D, T, MAX_DIRS, MAX_FILES>
) -> Result<(), Error<D::Error>>where
D: BlockDevice,
T: TimeSource,
Write a new entry in the FAT