XINU
Data Fields
flash_region Struct Reference

#include <flash.h>

Data Fields

uint32 block_size
 
uint32 nblocks
 
uint32 region_size
 
uint32 region_start
 

Detailed Description

Definition at line 60 of file flash.h.

Field Documentation

◆ block_size

uint32 flash_region::block_size

size of block in region

Definition at line 63 of file flash.h.

◆ nblocks

uint32 flash_region::nblocks

number of blocks within region

Definition at line 62 of file flash.h.

◆ region_size

uint32 flash_region::region_size

size of region in bytes

Definition at line 65 of file flash.h.

◆ region_start

uint32 flash_region::region_start

beginning of region in memory

Definition at line 64 of file flash.h.


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