Function embedded_storage::nor_flash::check_write
source · pub fn check_write<T: NorFlash>(
flash: &T,
offset: u32,
length: usize
) -> Result<(), NorFlashErrorKind>
Expand description
Return whether a write operation is aligned and within bounds.