Home
last modified time | relevance | path

Searched refs:boot_is_img_confirmed (Results 1 – 6 of 6) sorted by relevance

/Zephyr-Core-3.4.0/include/zephyr/dfu/
Dmcuboot.h176 bool boot_is_img_confirmed(void);
/Zephyr-Core-3.4.0/subsys/mgmt/updatehub/
Dupdatehub_storage.c22 ret = boot_is_img_confirmed() == 0; in updatehub_storage_is_partition_good()
/Zephyr-Core-3.4.0/subsys/dfu/boot/
Dmcuboot_shell.c215 shell_print(sh, "confirmed: %d", boot_is_img_confirmed()); in cmd_mcuboot_info()
Dmcuboot.c186 bool boot_is_img_confirmed(void) in boot_is_img_confirmed() function
/Zephyr-Core-3.4.0/modules/canopennode/
Dcanopen_program.c70 if (!boot_is_img_confirmed()) { in canopen_program_get_status()
/Zephyr-Core-3.4.0/subsys/mgmt/hawkbit/
Dhawkbit.c601 image_ok = boot_is_img_confirmed(); in hawkbit_init()
977 if (!boot_is_img_confirmed()) { in hawkbit_probe()