periph_cpu.h
Go to the documentation of this file.
1 /*
2  * SPDX-FileCopyrightText: 2020 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_12BIT
36 #define VBAT_ADC_MAX 4095
39 #endif /* ndef DOXYGEN */
40 
41 #ifdef __cplusplus
42 }
43 #endif
44