XINU
Data Fields
flash_block Struct Reference

#include <flash.h>

Data Fields

void * buffer
 
uint32 size
 
uint32 start_pos
 
byte state
 

Detailed Description

Definition at line 68 of file flash.h.

Field Documentation

◆ buffer

void* flash_block::buffer

buffer for this block

Definition at line 73 of file flash.h.

◆ size

uint32 flash_block::size

size of this block

Definition at line 71 of file flash.h.

◆ start_pos

uint32 flash_block::start_pos

physical position data starts at

Definition at line 70 of file flash.h.

◆ state

byte flash_block::state

state of this block

Definition at line 72 of file flash.h.


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