firmware update state structure More...
firmware update state structure
Definition at line 106 of file flashwrite.h.
#include <flashwrite.h>
Data Fields | |
int | target_slot |
update targets this slot | |
size_t | offset |
update is at this position | |
unsigned | flashpage |
update is at this flashpage | |
uint8_t RIOTBOOT_FLASHPAGE_BUFFER_ATTRS | flashpage_buf [RIOTBOOT_FLASHPAGE_BUFFER_SIZE] |
flash writing buffer | |
uint8_t RIOTBOOT_FLASHPAGE_BUFFER_ATTRS | firstblock_buf [RIOTBOOT_FLASHPAGE_BUFFER_SIZE] |
Buffer for the first chunk containing the checksum when using FLASHWRITE_RAW. | |
uint8_t RIOTBOOT_FLASHPAGE_BUFFER_ATTRS riotboot_flashwrite_t::firstblock_buf[RIOTBOOT_FLASHPAGE_BUFFER_SIZE] |
Buffer for the first chunk containing the checksum when using FLASHWRITE_RAW.
Definition at line 122 of file flashwrite.h.
unsigned riotboot_flashwrite_t::flashpage |
update is at this flashpage
Definition at line 109 of file flashwrite.h.
uint8_t RIOTBOOT_FLASHPAGE_BUFFER_ATTRS riotboot_flashwrite_t::flashpage_buf[RIOTBOOT_FLASHPAGE_BUFFER_SIZE] |
flash writing buffer
Definition at line 115 of file flashwrite.h.
size_t riotboot_flashwrite_t::offset |
update is at this position
Definition at line 108 of file flashwrite.h.
int riotboot_flashwrite_t::target_slot |
update targets this slot
Definition at line 107 of file flashwrite.h.