Cascoda SDK
Cascoda SDK for building software to run with CA-821x transceivers
ca_flash_info Struct Reference

Description of the internal flash. More...

#include <cascoda-util/include/cascoda-util/cascoda_flash.h>

Public Attributes

uint32_t apromFlashBaseAddr
 Base address of the APROM flash. More...
 
uint32_t dataFlashBaseAddr
 Base address of the dataflash. More...
 
uint32_t manufacturerDataFlashBaseAddr
 Base address of flash page reserved for constant manufacturer data. More...
 
uint16_t pageSize
 Size of each flash page (in bytes) More...
 
uint8_t numPages
 Number of flash pages that make up the user flash region. More...
 

Detailed Description

Description of the internal flash.

Member Data Documentation

◆ apromFlashBaseAddr

uint32_t ca_flash_info::apromFlashBaseAddr

Base address of the APROM flash.

◆ dataFlashBaseAddr

uint32_t ca_flash_info::dataFlashBaseAddr

Base address of the dataflash.

◆ manufacturerDataFlashBaseAddr

uint32_t ca_flash_info::manufacturerDataFlashBaseAddr

Base address of flash page reserved for constant manufacturer data.

◆ numPages

uint8_t ca_flash_info::numPages

Number of flash pages that make up the user flash region.

◆ pageSize

uint16_t ca_flash_info::pageSize

Size of each flash page (in bytes)


The documentation for this struct was generated from the following file: