check_read

Function 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.