Searched refs:boot_read_bank_header (Results  1 – 7 of 7) sorted by relevance
| /Zephyr-latest/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-latest/subsys/mgmt/updatehub/ | 
| D | updatehub_firmware.c | 21 	if (boot_read_bank_header(partition_id, &header,  in updatehub_get_firmware_version()
  | 
| /Zephyr-latest/include/zephyr/dfu/ | 
| D | mcuboot.h | 160 int boot_read_bank_header(uint8_t area_id,
  | 
| /Zephyr-latest/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 | 215 int boot_read_bank_header(uint8_t area_id,  in boot_read_bank_header()  function
  | 
| /Zephyr-latest/modules/canopennode/ | 
| D | canopen_program.c | 352 	err = boot_read_bank_header(fa_id, &header, sizeof(header));  in canopen_odf_1f56()
  | 
| /Zephyr-latest/subsys/bluetooth/mesh/shell/ | 
| D | dfu.c | 139 	int err = boot_read_bank_header(FIXED_PARTITION_ID(slot0_partition),  in bt_mesh_shell_dfu_cmds_init()
  |