Zephyr API Documentation
3.5.0
A Scalable Open Source RTOS
3.5.0
Toggle main menu visibility
Main Page
Related Pages
Modules
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
r
s
t
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
34
#if IS_ENABLED(CONFIG_RETENTION_BOOTLOADER_INFO_OUTPUT_FUNCTION) || defined(__DOXYGEN__)
47
int
blinfo_lookup
(
uint16_t
key,
char
*val,
int
val_len_max);
48
#endif
49
54
#ifdef __cplusplus
55
}
56
#endif
57
58
#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 Oct 20 2023 10:27:12 for Zephyr API Documentation by
1.9.6