Stima V4 Slave RAIN  4.2
bootloader_t Struct Reference

Backup && Upload Firmware TypeDef (BootLoader) More...

#include <local_typedef.h>

Public Attributes

bool request_upload
 Request an upload of firmware. More...
 
bool backup_executed
 Firmware backup is executed. More...
 
bool upload_executed
 An upload of firmware was executed. More...
 
bool rollback_executed
 An rollback of firmware was executed. More...
 
bool app_executed_ok
 Flag running APP (setted after new firmware, prevert a rollback operation) More...
 
bool app_forcing_start
 Force starting APP from Flash RUN APP Memory Position. More...
 
uint8_t upload_error
 Error in upload firmware (ID of Error) More...
 
uint8_t tot_reset
 Number of module reset. More...
 
uint8_t wdt_reset
 Number of WatchDog. More...
 

Detailed Description

Backup && Upload Firmware TypeDef (BootLoader)

Definition at line 170 of file local_typedef.h.

Member Data Documentation

◆ app_executed_ok

bool bootloader_t::app_executed_ok

Flag running APP (setted after new firmware, prevert a rollback operation)

Definition at line 176 of file local_typedef.h.

◆ app_forcing_start

bool bootloader_t::app_forcing_start

Force starting APP from Flash RUN APP Memory Position.

Definition at line 177 of file local_typedef.h.

◆ backup_executed

bool bootloader_t::backup_executed

Firmware backup is executed.

Definition at line 173 of file local_typedef.h.

◆ request_upload

bool bootloader_t::request_upload

Request an upload of firmware.

Definition at line 172 of file local_typedef.h.

◆ rollback_executed

bool bootloader_t::rollback_executed

An rollback of firmware was executed.

Definition at line 175 of file local_typedef.h.

◆ tot_reset

uint8_t bootloader_t::tot_reset

Number of module reset.

Definition at line 179 of file local_typedef.h.

◆ upload_error

uint8_t bootloader_t::upload_error

Error in upload firmware (ID of Error)

Definition at line 178 of file local_typedef.h.

◆ upload_executed

bool bootloader_t::upload_executed

An upload of firmware was executed.

Definition at line 174 of file local_typedef.h.

◆ wdt_reset

uint8_t bootloader_t::wdt_reset

Number of WatchDog.

Definition at line 180 of file local_typedef.h.


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