Loading...
Searching...
No Matches
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
18
19#ifdef __cplusplus
20extern "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
38
39#endif /* ndef DOXYGEN */
40
41#ifdef __cplusplus
42}
43#endif
44