Toggle navigation
Documentation
The friendly Operating System for the Internet of Things
eeprom_native.h
Go to the documentation of this file.
1
/*
2
* SPDX-FileCopyrightText: 2019 Inria
3
* SPDX-License-Identifier: LGPL-2.1-only
4
*/
5
6
#pragma once
7
20
#include "
cpu.h
"
21
22
#ifdef __cplusplus
23
extern
"C"
{
24
#endif
25
26
#if !defined(EEPROM_FILEPATH_MAX_LEN) || defined(DOXYGEN)
30
# define EEPROM_FILEPATH_MAX_LEN (128U)
31
#endif
32
40
void
eeprom_native_read
(
void
);
41
42
#ifdef __cplusplus
43
}
44
#endif
45
eeprom_native_read
void eeprom_native_read(void)
Read the configured file containing the EEPROM content.
cpu.h
Native CPU header.
Generated on Tue Sep 30 2025 23:56:43 by
1.9.1