Searched refs:esp_app_desc_t (Results 1 – 8 of 8) sorted by relevance
125 } esp_app_desc_t; typedef128 _Static_assert(sizeof(esp_app_desc_t) == 256, "esp_app_desc_t should be 256 bytes");
165 …r_common_get_partition_description(const esp_partition_pos_t *partition, esp_app_desc_t *app_desc);
57 const esp_app_desc_t *esp_ota_get_app_description(void);252 esp_err_t esp_ota_get_partition_description(const esp_partition_t *partition, esp_app_desc_t *app_d…
118 …er_common_get_partition_description(const esp_partition_pos_t *partition, esp_app_desc_t *app_desc) in bootloader_common_get_partition_description()125 const uint32_t mmap_size = app_desc_offset + sizeof(esp_app_desc_t); in bootloader_common_get_partition_description()132 memcpy(app_desc, image + app_desc_offset, sizeof(esp_app_desc_t)); in bootloader_common_get_partition_description()
272 esp_app_desc_t app_desc; in check_anti_rollback()283 esp_app_desc_t app_desc; in update_anti_rollback()
22 const __attribute__((section(".rodata_desc"))) esp_app_desc_t esp_app_desc = {61 const esp_app_desc_t *esp_ota_get_app_description(void) in esp_ota_get_app_description()
462 esp_app_desc_t partition_app_desc; in esp_ota_set_boot_partition()627 esp_err_t esp_ota_get_partition_description(const esp_partition_t *partition, esp_app_desc_t *app_d… in esp_ota_get_partition_description()637 …sizeof(esp_image_header_t) + sizeof(esp_image_segment_header_t), app_desc, sizeof(esp_app_desc_t)); in esp_ota_get_partition_description()651 const esp_app_desc_t *app_desc = esp_ota_get_app_description(); in esp_ota_set_anti_rollback()698 esp_app_desc_t app_desc; in esp_ota_check_rollback_is_possible()
377 const esp_app_desc_t *app_desc = esp_ota_get_app_description(); in start_cpu0_default()