Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
FlashDevice Struct Reference
A structure to describe particulars of a flash memory sub-system and requirements of the driver. More...
#include <FlashOS.h>
Data Fields | |
uint16_t | vers |
char | devName [NAME_MAX] |
uint16_t | devType |
uint32_t | devAdr |
uint32_t | szDev |
uint32_t | szPage |
uint32_t | res |
uint8_t | valEmpty |
uint32_t | toProg |
uint32_t | toErase |
struct FlashSector | sectors [SECTOR_NUM] |
Detailed Description
A structure to describe particulars of a flash memory sub-system and requirements of the driver.
Definition at line 59 of file FlashOS.h.
Field Documentation
uint16_t devType |
struct FlashSector sectors[SECTOR_NUM] |
Generated on Tue Jul 12 2022 15:37:36 by
