Home
last modified time | relevance | path

Searched defs:flash_img_check (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-3.5.0/include/zephyr/dfu/
Dflash_img.h44 struct flash_img_check { struct
45 const uint8_t *match; /** Match vector data */
46 size_t clen; /** Content to be compared */
/Zephyr-Core-3.5.0/subsys/dfu/img_util/
Dflash_img.c102 int flash_img_check(struct flash_img_context *ctx, in flash_img_check() function