libsbp  v2.4.7
msg_flash_program_t Struct Reference

#include <flash.h>

Data Fields

u8 target
 Target flags. More...
 
u8 addr_start [3]
 Starting address offset to program [bytes]. More...
 
u8 addr_len
 Length of set of addresses to program, counting up from starting address [bytes]. More...
 
u8 data [0]
 Data to program addresses with, with length N=addr_len. More...
 

Detailed Description

Definition at line 45 of file flash.h.

Field Documentation

u8 addr_len

Length of set of addresses to program, counting up from starting address [bytes].

Definition at line 48 of file flash.h.

u8 addr_start[3]

Starting address offset to program [bytes].

Definition at line 47 of file flash.h.

u8 data[0]

Data to program addresses with, with length N=addr_len.

Definition at line 51 of file flash.h.

u8 target

Target flags.

Definition at line 46 of file flash.h.


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