pub const ALIGN: usize = raw::ALIGN; // 4usize
Expand description
Flash alignment for reads and writes.
All flash read
and write
operations will be done with address and size
multiples of this value. Useful when the flash supports writing with 16-bit
or 32-bit word granularity.
Supported values: 1, 2 or 4.
Default: 4