Lines Matching full:bindesc

17  * Corresponds to the definitions in scripts/west_commands/bindesc.py.
31 * @defgroup bindesc_define Bindesc Define
37 * Corresponds to the definitions in scripts/west_commands/bindesc.py.
137 * @brief Utility macro to get the type of a bindesc tag
157 * Utility macro to get the name of a bindesc entry
191 "Bindesc " STRINGIFY(name) " exceeded maximum size, consider reducing the" \
241 "Bindesc " STRINGIFY(name) " exceeded maximum size, consider reducing the" \
335 * @defgroup bindesc_read Bindesc Read
354 * Initializes a bindesc handle for subsequent calls to bindesc API.
358 * @param handle Bindesc handle to be given to subsequent calls
359 * @param offset The offset from the beginning of the flash that the bindesc magic can be found at
362 * @retval -ENOENT If no bindesc magic was found at the given offset
370 * Initializes a bindesc handle for subsequent calls to bindesc API.
371 * It's assumed that the whole bindesc context was copied to RAM prior to calling
376 * @param handle Bindesc handle to be given to subsequent calls
377 * @param address The address that the bindesc magic can be found at
381 * @retval -ENOENT If no bindesc magic was found at the given address
390 * Initializes a bindesc handle for subsequent calls to bindesc API.
391 * As opposed to reading bindesc from RAM or memory mapped flash, this
395 * @param handle Bindesc handle to be given to subsequent calls
396 * @param offset The offset from the beginning of the flash that the bindesc magic can be found at
400 * @retval -ENOENT If no bindesc magic was found at the given offset
411 * @param handle An initialized bindesc handle
424 * When using the flash backend, result will be invalidated by the next call to any bindesc API.
427 * @param handle An initialized bindesc handle
440 * When using the flash backend, result will be invalidated by the next call to any bindesc API.
443 * @param handle An initialized bindesc handle
456 * When using the flash backend, result will be invalidated by the next call to any bindesc API.
459 * @param handle An initialized bindesc handle
477 * @param handle An initialized bindesc handle