Module flash
Source - 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
- Error
- Flash operation error
- 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
- FlashExt
- Read
- WriteErase
- Result
- A type alias for the result of a Flash operation.