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.
Dependents: Nucleo_Hello_Encoder BLE_iBeaconScan AM1805_DEMO DISCO-F429ZI_ExportTemplate1 ... more
flash_algo_t Struct Reference
Target flash algorithm structure. More...
#include <flash_data.h>
Data Fields | |
const uint32_t | init |
Init function address. | |
const uint32_t | uninit |
Uninit function address. | |
const uint32_t | erase_sector |
Erase sector function address. | |
const uint32_t | program_page |
Program page function address. | |
const uint32_t | static_base |
Static base address. | |
uint32_t * | algo_blob |
Pointer to flash algo binary blob. |
Detailed Description
Target flash algorithm structure.
Definition at line 24 of file flash_data.h.
Field Documentation
uint32_t* algo_blob |
Pointer to flash algo binary blob.
Definition at line 30 of file flash_data.h.
const uint32_t erase_sector |
Erase sector function address.
Definition at line 27 of file flash_data.h.
const uint32_t init |
Init function address.
Definition at line 25 of file flash_data.h.
const uint32_t program_page |
Program page function address.
Definition at line 28 of file flash_data.h.
const uint32_t static_base |
Static base address.
Definition at line 29 of file flash_data.h.
const uint32_t uninit |
Uninit function address.
Definition at line 26 of file flash_data.h.
Generated on Tue Jul 12 2022 20:41:17 by
