pub struct Flash16K<F>(pub F);Expand description
Wrapper to report 16KB erase size for STM32F4 sectors 1-2.
Tuple Fields§
§0: FTrait Implementations§
Source§impl<F: NorFlash> NorFlash for Flash16K<F>
impl<F: NorFlash> NorFlash for Flash16K<F>
Source§const WRITE_SIZE: usize = F::WRITE_SIZE
const WRITE_SIZE: usize = F::WRITE_SIZE
Write granularity for the underlying flash.
Source§const ERASE_SIZE: usize
const ERASE_SIZE: usize
Erase size reported as 16 KiB - matches STM32F4 sectors 1 and 2.