Toggle navigation
Documentation
The friendly Operating System for the Internet of Things
Loading...
Searching...
No Matches
flashwrite.h
1
/*
2
* Copyright (C) 2020 Koen Zandberg
3
* 2020 Inria
4
*
5
* This file is subject to the terms and conditions of the GNU Lesser
6
* General Public License v2.1. See the file LICENSE in the top level
7
* directory for more details.
8
*/
9
10
#pragma once
11
22
23
#include "suit.h"
24
#include "
riotboot/flashwrite.h
"
25
26
#ifdef __cplusplus
27
extern
"C"
{
28
#endif
29
33
typedef
struct
{
34
suit_storage_t
storage
;
35
riotboot_flashwrite_t
writer
;
36
}
suit_storage_flashwrite_t
;
37
38
#ifdef __cplusplus
39
}
40
#endif
41
suit_storage_t
struct suit_storage suit_storage_t
Forward declaration for storage struct.
Definition
storage.h:110
flashwrite.h
riotboot flash writing module
riotboot_flashwrite_t
firmware update state structure
Definition
flashwrite.h:105
suit_storage_flashwrite_t
riotboot flashwrite SUIT storage context
Definition
flashwrite.h:33
suit_storage_flashwrite_t::writer
riotboot_flashwrite_t writer
Riotboot flashwriter.
Definition
flashwrite.h:35
suit_storage_flashwrite_t::storage
suit_storage_t storage
parent struct
Definition
flashwrite.h:34
Generated on Fri Jul 4 2025 11:20:35 by
1.13.2