Open Model Railroad Network (OpenMRN)
Loading...
Searching...
No Matches
ReflashBootloader.hxx
Go to the documentation of this file.
1
35#ifndef _UTILS_REFLASHBOOTLOADER_HXX_
36#define _UTILS_REFLASHBOOTLOADER_HXX_
37
38#include <stdint.h>
39
43typedef struct
44{
46 uint8_t *dst_address;
48 const uint8_t *src_address;
50 uint32_t length;
52
53
54#endif // _UTILS_REFLASHBOOTLOADER_HXX_
Declares that a given piece of data has to be copied from one place in memory to a place in flash.
const uint8_t * src_address
address where to read the golden data from
uint8_t * dst_address
address in the flash space where to write
uint32_t length
number of bytes to write