Searched defs:area (Results 1 – 10 of 10) sorted by relevance
/mcuboot-latest/boot/zephyr/ |
D | hooks_sample.c | 55 const struct flash_area *area) in boot_perform_update_hook() 80 int boot_copy_region_post_hook(int img_index, const struct flash_area *area, in boot_copy_region_post_hook() 86 int boot_serial_uploaded_hook(int img_index, const struct flash_area *area, in boot_serial_uploaded_hook()
|
/mcuboot-latest/sim/mcuboot-sys/csupport/ |
D | run.c | 225 uint32_t flash_area_align(const struct flash_area *area) in flash_area_align() 230 uint8_t flash_area_erased_val(const struct flash_area *area) in flash_area_erased_val() 235 struct area { struct 236 struct flash_area whole; argument 237 struct flash_area *areas; argument 238 uint32_t num_areas; argument 243 struct area slots[16]; argument 309 int flash_area_open(uint8_t id, const struct flash_area **area) in flash_area_open() 329 void flash_area_close(const struct flash_area *area) in flash_area_close() 337 int flash_area_read(const struct flash_area *area, uint32_t off, void *dst, in flash_area_read() [all …]
|
/mcuboot-latest/boot/espressif/port/ |
D | esp_mcuboot.c | 122 const struct flash_area *area = s_flash_areas[i]; in prv_lookup_flash_area() local 133 const struct flash_area *area = prv_lookup_flash_area(id); in flash_area_open() local 138 void flash_area_close(const struct flash_area *area) in flash_area_close() 329 uint32_t flash_area_align(const struct flash_area *area) in flash_area_align() 349 uint8_t flash_area_erased_val(const struct flash_area *area) in flash_area_erased_val()
|
/mcuboot-latest/sim/mcuboot-sys/src/ |
D | lib.rs | 5 mod area; module
|
D | area.rs | 54 let mut area = vec![]; in add_image() localVariable 98 let area = vec![FlashArea { in add_simple_image() localVariable
|
/mcuboot-latest/boot/cypress/cy_flash_pal/include/flash_map_backend/ |
D | flash_map_backend.h | 146 struct flash_area area; member
|
/mcuboot-latest/boot/bootutil/src/ |
D | bootutil_priv.h | 226 const struct flash_area *area; member 233 const struct flash_area *area; member
|
D | swap_move.c | 331 #define BOOT_LOG_SWAP_STATE(area, state) \ argument
|
D | swap_scratch.c | 243 #define BOOT_LOG_SWAP_STATE(area, state) \ argument
|
D | bootutil_public.c | 173 bool bootutil_buffer_is_erased(const struct flash_area *area, in bootutil_buffer_is_erased()
|