Module flash

Module flash 

Source

Structs§

FlashSector
Flash memory sector
FlashSectorIterator
Iterator of flash memory sectors in a single bank. Yields a size sequence of [16, 16, 16, 64, 128, 128, ..]
LockedFlash
Read-only flash
UnlockedFlash
Result of FlashExt::unlocked()

Enums§

Error
Flash erase/program error

Traits§

FlashExt
Flash methods implemented for pac::FLASH

Functions§

flash_sectors
Returns iterator of flash memory sectors for single and dual bank flash. Sectors are returned in continuous memory order, while sector numbers can have spaces between banks.