Zephyr API Documentation  3.5.0
A Scalable Open Source RTOS
3.5.0
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Bootloader info interface

Bootloader info interface. More...

Functions

int blinfo_lookup (uint16_t key, char *val, int val_len_max)
 Returns bootinfo information.
 

Detailed Description

Bootloader info interface.

Function Documentation

◆ blinfo_lookup()

int blinfo_lookup ( uint16_t  key,
char *  val,
int  val_len_max 
)

#include <zephyr/retention/blinfo.h>

Returns bootinfo information.

Parameters
keyThe information to return (for MCUboot: minor TLV).
valWhere the return information will be placed.
val_len_maxThe maximum size of the provided buffer.
Return values
0If successful.
-EOVERFLOWIf the data is too large to fit the supplied buffer.
-EIOIf the requested key was not found.
-errnoError code.