Lines Matching full:binary
30 * @brief Binary Descriptor Definition
161 /* Convenience helper for declaring a binary descriptor entry. */
171 * @brief Define a binary descriptor of type string.
174 * Define a string that is registered in the binary descriptor header.
195 * @brief Define a binary descriptor of type uint.
198 * Define an integer that is registered in the binary descriptor header.
216 * @brief Define a binary descriptor of type bytes.
219 * Define a uint8_t array that is registered in the binary descriptor header.
245 * @brief Get the value of a string binary descriptor
248 * Get the value of a string binary descriptor, previously defined by
256 * @brief Get the value of a uint binary descriptor
259 * Get the value of a uint binary descriptor, previously defined by
267 * @brief Get the value of a bytes binary descriptor
270 * Get the value of a string binary descriptor, previously defined by
281 * @brief Get the size of a binary descriptor
284 * Get the size of a binary descriptor. This is particularly useful for
285 * bytes binary descriptors where there's no null terminator.
296 * An entry of the binary descriptor header. Each descriptor is
334 * @brief Reading Binary Descriptors of other images.
351 * @brief Open an image's binary descriptors for reading, from a memory mapped flash
367 * @brief Open an image's binary descriptors for reading, from RAM
387 * @brief Open an image's binary descriptors for reading, from flash
406 * @brief Walk the binary descriptors and run a user defined callback on each of them
471 * @brief Get the size of an image's binary descriptors
474 * Walks the binary descriptor structure to caluculate the total size of the structure