Mistake on this page?
Report an issue in GitHub or email us
Data Fields
flash_algo_t Struct Reference

Target flash algorithm structure. More...

#include <flash_data.h>

Data Fields

const uint32_t init
 Init function address. More...
 
const uint32_t uninit
 Uninit function address. More...
 
const uint32_t erase_sector
 Erase sector function address. More...
 
const uint32_t program_page
 Program page function address. More...
 
const uint32_t static_base
 Static base address. More...
 
uint32_t * algo_blob
 Pointer to flash algo binary blob. More...
 

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.

Important Information for this Arm website

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies. If you are not happy with the use of these cookies, please review our Cookie Policy to learn how they can be disabled. By disabling cookies, some features of the site will not work.