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.
_flash_operation_config Struct Reference
[Flash_driver]
Active flash information for current operation. More...
#include <fsl_flash.h>
Data Fields | |
uint32_t | convertedAddress |
uint32_t | activeSectorSize |
uint32_t | activeBlockSize |
uint32_t | blockWriteUnitSize |
uint32_t | sectorCmdAddressAligment |
uint32_t | sectionCmdAddressAligment |
uint32_t | resourceCmdAddressAligment |
uint32_t | checkCmdAddressAligment |
Detailed Description
Active flash information for current operation.
Definition at line 394 of file fsl_flash.h.
Field Documentation
uint32_t activeBlockSize |
Block size of current flash type.
Definition at line 398 of file fsl_flash.h.
uint32_t activeSectorSize |
Sector size of current flash type.
Definition at line 397 of file fsl_flash.h.
uint32_t blockWriteUnitSize |
write unit size.
Definition at line 399 of file fsl_flash.h.
uint32_t checkCmdAddressAligment |
Program check command address alignment.
Definition at line 403 of file fsl_flash.h.
uint32_t convertedAddress |
Converted address for current flash type.
Definition at line 396 of file fsl_flash.h.
uint32_t resourceCmdAddressAligment |
Read resource command address alignment.
Definition at line 402 of file fsl_flash.h.
uint32_t sectionCmdAddressAligment |
Program/Verify section command address alignment.
Definition at line 401 of file fsl_flash.h.
uint32_t sectorCmdAddressAligment |
Erase sector command address alignment.
Definition at line 400 of file fsl_flash.h.
Generated on Tue Jul 12 2022 15:37:36 by
