Loading...
Searching...
No Matches
periph_cpu.h
Go to the documentation of this file.
1/*
2 * Copyright (C) 2019 Inria
3 *
4 * This file is subject to the terms and conditions of the GNU Lesser
5 * General Public License v2.1. See the file LICENSE in the top level
6 * directory for more details.
7 */
8
20#ifndef PERIPH_WB_PERIPH_CPU_H
21#define PERIPH_WB_PERIPH_CPU_H
22
23#ifdef __cplusplus
24extern "C" {
25#endif
26
27#ifndef DOXYGEN
28
33#define STM32_BOOTLOADER_ADDR (0x1FFF0000)
34
39#define VBAT_ADC_RES ADC_RES_12BIT
40#define VBAT_ADC_MAX 4095
43#endif /* ndef DOXYGEN */
44
45#ifdef __cplusplus
46}
47#endif
48
49#endif /* PERIPH_WB_PERIPH_CPU_H */