Toggle navigation
Documentation
The friendly Operating System for the Internet of Things
periph_cpu.h
Go to the documentation of this file.
1
/*
2
* SPDX-FileCopyrightText: 2021 Inria
3
* SPDX-License-Identifier: LGPL-2.1-only
4
*/
5
6
#pragma once
7
19
#ifdef __cplusplus
20
extern
"C"
{
21
#endif
22
23
#ifndef DOXYGEN
24
29
#define STM32_BOOTLOADER_ADDR (0x0BF90000)
30
35
#define VBAT_ADC_RES ADC_RES_14BIT
36
#define VBAT_ADC_MAX 16383
39
#endif
/* ndef DOXYGEN */
40
41
#ifdef __cplusplus
42
}
43
#endif
44
Generated on Thu Oct 2 2025 12:06:47 by
1.9.1