pub const CRC: bool = raw::CRC; // false
Expand description
Protect integrity of the data in flash with CRCs.
If enabled, CRCs are appended to page and chunk headers, calculated
on write and verified on read. Verification failures are returned as Corrupted
errors.