Home
last modified time | relevance | path

Searched refs:boot_read_bank_header (Results 1 – 7 of 7) sorted by relevance

/Zephyr-Core-3.7.0/subsys/mgmt/hawkbit/
Dhawkbit_firmware.c15 if (boot_read_bank_header(FIXED_PARTITION_ID(slot0_partition), &header, in hawkbit_get_firmware_version()
/Zephyr-Core-3.7.0/subsys/mgmt/updatehub/
Dupdatehub_firmware.c21 if (boot_read_bank_header(partition_id, &header, in updatehub_get_firmware_version()
/Zephyr-Core-3.7.0/include/zephyr/dfu/
Dmcuboot.h158 int boot_read_bank_header(uint8_t area_id,
/Zephyr-Core-3.7.0/subsys/dfu/boot/
Dmcuboot_shell.c186 err = boot_read_bank_header(area->id, &hdr, sizeof(hdr)); in cmd_mcuboot_info_area()
Dmcuboot.c109 int boot_read_bank_header(uint8_t area_id, in boot_read_bank_header() function
/Zephyr-Core-3.7.0/modules/canopennode/
Dcanopen_program.c352 err = boot_read_bank_header(fa_id, &header, sizeof(header)); in canopen_odf_1f56()
/Zephyr-Core-3.7.0/subsys/bluetooth/mesh/shell/
Ddfu.c140 int err = boot_read_bank_header(FIXED_PARTITION_ID(slot0_partition), in bt_mesh_shell_dfu_cmds_init()