Searched refs:boot_read_bank_header (Results 1 – 7 of 7) sorted by relevance
/Zephyr-Core-3.7.0/subsys/mgmt/hawkbit/ |
D | hawkbit_firmware.c | 15 if (boot_read_bank_header(FIXED_PARTITION_ID(slot0_partition), &header, in hawkbit_get_firmware_version()
|
/Zephyr-Core-3.7.0/subsys/mgmt/updatehub/ |
D | updatehub_firmware.c | 21 if (boot_read_bank_header(partition_id, &header, in updatehub_get_firmware_version()
|
/Zephyr-Core-3.7.0/include/zephyr/dfu/ |
D | mcuboot.h | 158 int boot_read_bank_header(uint8_t area_id,
|
/Zephyr-Core-3.7.0/subsys/dfu/boot/ |
D | mcuboot_shell.c | 186 err = boot_read_bank_header(area->id, &hdr, sizeof(hdr)); in cmd_mcuboot_info_area()
|
D | mcuboot.c | 109 int boot_read_bank_header(uint8_t area_id, in boot_read_bank_header() function
|
/Zephyr-Core-3.7.0/modules/canopennode/ |
D | canopen_program.c | 352 err = boot_read_bank_header(fa_id, &header, sizeof(header)); in canopen_odf_1f56()
|
/Zephyr-Core-3.7.0/subsys/bluetooth/mesh/shell/ |
D | dfu.c | 140 int err = boot_read_bank_header(FIXED_PARTITION_ID(slot0_partition), in bt_mesh_shell_dfu_cmds_init()
|