Lines Matching full:flash
10 * @brief Flash image header file
12 * This header file declares prototypes for the flash image APIs used for DFU.
21 * @brief Abstraction layer to write firmware images to flash
23 * @defgroup flash_img_api Flash image API
39 * @brief Structure for verify flash region integrity
42 * to verify flash integrity. The current available algorithm is SHA-256.
50 * @brief Initialize context needed for writing the image to the flash.
53 * @param area_id flash area id of partition where the image should be written
60 * @brief Initialize context needed for writing the image to the flash.
69 * @brief Read number of bytes of the image written to the flash.
73 * @return Number of bytes written to the image flash.
78 * @brief Process input buffers to be written to the image slot 1. flash
82 * will write out the remaining block buffer to flash. Since flash is written to
83 * in blocks, the contents of flash from the last byte written up to the next
90 * data to be written to flash
98 * @brief Verify flash memory length bytes integrity from a flash area. The
104 * @param[in] fic flash img check data.
105 * @param[in] area_id flash area id of partition where the image should be