#include <app_info.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 | imgcrc |
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] |
uint32_t app_table_tag::app_size |
Referenced by clear_updateaction().
uint32_t app_table_tag::app_start_addr |
Referenced by clear_updateaction(), jumpToApplication(), and memcopy().
BootInfo_t app_table_tag::bootInfo |
Referenced by clear_updateaction(), and update_action().
uint32_t app_table_tag::dest_addr |
Referenced by clear_updateaction(), and update_action().
ExistingImageInfo_t app_table_tag::existingImageInfo |
Referenced by clear_updateaction().
uint32_t app_table_tag::img_size |
Referenced by clear_updateaction(), and update_action().
uint8_t app_table_tag::imgcrc |
uint8_t app_table_tag::security_key[16] |
Referenced by memcopy().
uint32_t app_table_tag::skip_pds_end |
Referenced by memcopy().
uint32_t app_table_tag::skip_pds_start |
Referenced by memcopy().
uint32_t app_table_tag::src_addr |
Referenced by update_action().