/Zephyr-latest/subsys/storage/flash_map/ |
D | flash_map_default.c | 17 {.fa_id = DT_FIXED_PARTITION_ID(part), \ 24 {.fa_id = DT_FIXED_PARTITION_ID(part), \ 56 .fa_id = DT_FIXED_PARTITION_ID(part), \
|
D | flash_map_shell.c | 32 shell_print(sh, "%2d 0x%0*" PRIxPTR " %-26s %-24.24s 0x%-10x 0x%-12x", (int)fa->fa_id, in fa_cb() 36 shell_print(sh, "%2d 0x%0*" PRIxPTR " %-26s 0x%-10x 0x%-12x", (int)fa->fa_id, in fa_cb()
|
D | flash_map_priv.h | 24 if (flash_map[i].fa_id == idx) { in get_flash_area_from_id()
|
/Zephyr-latest/tests/subsys/dfu/mcuboot_multi/src/ |
D | main.c | 37 static void _test_request_upgrade_n(uint8_t fa_id, int img_index, int confirmed) in _test_request_upgrade_n() argument 51 ret = flash_area_open(fa_id, &fa); in _test_request_upgrade_n() 83 static void _test_write_confirm_n(uint8_t fa_id, int img_index) in _test_write_confirm_n() argument 94 ret = flash_area_open(fa_id, &fa); in _test_write_confirm_n()
|
/Zephyr-latest/subsys/mgmt/mcumgr/grp/img_mgmt/src/ |
D | zephyr_img_mgmt.c | 108 static int img_mgmt_flash_check_empty(uint8_t fa_id) in img_mgmt_flash_check_empty() argument 113 rc = flash_area_open(fa_id, &fa); in img_mgmt_flash_check_empty() 119 LOG_ERR("Failed to open flash area ID %u: %d", fa_id, rc); in img_mgmt_flash_check_empty() 136 uint8_t fa_id; in img_mgmt_flash_area_id() local 140 fa_id = FIXED_PARTITION_ID(SLOT0_PARTITION); in img_mgmt_flash_area_id() 144 fa_id = FIXED_PARTITION_ID(SLOT1_PARTITION); in img_mgmt_flash_area_id() 149 fa_id = FIXED_PARTITION_ID(SLOT2_PARTITION); in img_mgmt_flash_area_id() 155 fa_id = FIXED_PARTITION_ID(SLOT3_PARTITION); in img_mgmt_flash_area_id() 161 fa_id = FIXED_PARTITION_ID(SLOT4_PARTITION); in img_mgmt_flash_area_id() 167 fa_id = FIXED_PARTITION_ID(SLOT5_PARTITION); in img_mgmt_flash_area_id() [all …]
|
D | img_mgmt_state.c | 201 int fa_id = img_mgmt_flash_area_id(slot); in read_directxip_state() local 205 __ASSERT(fa_id != -1, "Could not map slot to area ID"); in read_directxip_state() 207 rc = flash_area_open(fa_id, &fa); in read_directxip_state()
|
/Zephyr-latest/modules/canopennode/ |
D | canopen_program.c | 320 uint8_t fa_id; in canopen_odf_1f56() local 347 fa_id = FIXED_PARTITION_ID(slot1_partition); in canopen_odf_1f56() 349 fa_id = FIXED_PARTITION_ID(slot0_partition); in canopen_odf_1f56() 352 err = boot_read_bank_header(fa_id, &header, sizeof(header)); in canopen_odf_1f56() 371 err = flash_area_open(fa_id, &flash_area); in canopen_odf_1f56()
|
/Zephyr-latest/soc/espressif/esp32s3/ |
D | esp32s3-mp.c | 69 const uint8_t fa_id = FIXED_PARTITION_ID(slot0_appcpu_partition); in esp_appcpu_image_load() local 90 fa_id, img_off, hdr_offset, fa_size / 1024); in esp_appcpu_image_load()
|
/Zephyr-latest/include/zephyr/storage/ |
D | flash_map.h | 56 uint8_t fa_id; member 253 int flash_area_get_sectors(int fa_id, uint32_t *count,
|
/Zephyr-latest/soc/espressif/esp32/ |
D | esp32-mp.c | 355 const uint8_t fa_id = FIXED_PARTITION_ID(slot0_appcpu_partition); in esp_appcpu_image_load() local 376 fa_id, img_off, hdr_offset, fa_size / 1024); in esp_appcpu_image_load()
|
/Zephyr-latest/tests/subsys/dfu/img_util/src/ |
D | main.c | 39 zassert_equal(ctx_id.flash_area->fa_id, SLOT0_PARTITION_ID, in ZTEST()
|
/Zephyr-latest/subsys/mgmt/hawkbit/ |
D | hawkbit.c | 1479 if (flash_img_check(&s->hb_context.flash_ctx, &fic, flash_area_ptr->fa_id)) { in s_download()
|