#include <otau_upgrade.h>
Data Fields | |
char | app_name [16] |
uint32_t | app_size |
uint32_t | app_start_addr |
BootInfo_t | bootInfo |
uint32_t | dest_addr |
ExistingImageInfo_t | existingImageInfo |
uint32_t | img_size |
uint8_t | security_key [16] |
uint32_t | skip_pds_end |
uint32_t | skip_pds_start |
uint32_t | src_addr |
char app_table_tag::app_name[16] |
Referenced by otauUpgradeTimerHandler().
uint32_t app_table_tag::app_size |
uint32_t app_table_tag::app_start_addr |
Referenced by otauUpgradeTimerHandler().
BootInfo_t app_table_tag::bootInfo |
Referenced by otauUpgradeTimerHandler().
uint32_t app_table_tag::dest_addr |
Referenced by otauUpgradeTimerHandler().
ExistingImageInfo_t app_table_tag::existingImageInfo |
Referenced by otauUpgradeTimerHandler().
uint32_t app_table_tag::img_size |
Referenced by otauUpgradeTimerHandler().
uint8_t app_table_tag::security_key[16] |
uint32_t app_table_tag::skip_pds_end |
Referenced by otauUpgradeTimerHandler().
uint32_t app_table_tag::skip_pds_start |
Referenced by otauUpgradeTimerHandler().
uint32_t app_table_tag::src_addr |
Referenced by otauUpgradeTimerHandler().