Zephyr API Documentation
4.1.99
A Scalable Open Source RTOS
4.1.99
Toggle main menu visibility
Main Page
Related Pages
Topics
Data Structures
Data Structures
Data Structure Index
Data Fields
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
Enumerator
Files
File List
Globals
All
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
$
a
b
c
d
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
x
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Macros
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
Loading...
Searching...
No Matches
blinfo.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2023 Nordic Semiconductor ASA
3
*
4
* SPDX-License-Identifier: Apache-2.0
5
*/
6
12
#ifndef ZEPHYR_INCLUDE_RETENTION_BLINFO_
13
#define ZEPHYR_INCLUDE_RETENTION_BLINFO_
14
15
#include <
stdint.h
>
16
#include <stddef.h>
17
#include <
zephyr/kernel.h
>
18
19
#if defined(CONFIG_RETENTION_BOOTLOADER_INFO_TYPE_MCUBOOT)
20
#include <bootutil/boot_status.h>
21
#endif
22
23
#ifdef __cplusplus
24
extern
"C"
{
25
#endif
26
36
#if defined(CONFIG_RETENTION_BOOTLOADER_INFO_OUTPUT_FUNCTION) || defined(__DOXYGEN__)
49
int
blinfo_lookup
(
uint16_t
key,
char
*val,
int
val_len_max);
50
#endif
51
56
#ifdef __cplusplus
57
}
58
#endif
59
60
#endif
/* ZEPHYR_INCLUDE_RETENTION_BLINFO_ */
blinfo_lookup
int blinfo_lookup(uint16_t key, char *val, int val_len_max)
Returns bootinfo information.
kernel.h
Public kernel APIs.
stdint.h
uint16_t
__UINT16_TYPE__ uint16_t
Definition
stdint.h:89
zephyr
retention
blinfo.h
Generated on Fri Mar 14 2025 00:06:43 for Zephyr API Documentation by
1.12.0