Microchip® Advanced Software Framework

app_table_tag Struct Reference

#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
uint32_t app_table_tag::app_size

Referenced by clear_updateaction().

uint32_t app_table_tag::app_start_addr
BootInfo_t app_table_tag::bootInfo
uint32_t app_table_tag::dest_addr
ExistingImageInfo_t app_table_tag::existingImageInfo

Referenced by clear_updateaction().

uint32_t app_table_tag::img_size
uint8_t app_table_tag::imgcrc
uint8_t app_table_tag::security_key

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().