Module flash

Module flash 

Source

Structs§

FlashPage
Flash page representation where each flash page represents a region of 2048 bytes. The flash controller can only erase on a page basis.
UnlockedFlash
Handle for an unlocked flash on which operations can be performed

Enums§

Error
Flash operation error

Constants§

FLASH_END
FLASH_START
The first address of flash memory
NUM_PAGES
How many Flash memory pages there are
PAGE_SIZE
The size of a Flash memory page, in bytes

Traits§

FlashExt
Read
WriteErase

Type Aliases§

Result
A type alias for the result of a Flash operation.