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