Loading...
Searching...
No Matches
cpu_vbat.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2022 Otto-von-Guericke-Universität Magdeburg
3 * SPDX-License-Identifier: LGPL-2.1-only
4 */
5
6#pragma once
7
17
18#ifdef __cplusplus
19extern "C" {
20#endif
21
25void vbat_enable(void);
26
30void vbat_disable(void);
31
32#ifdef __cplusplus
33}
34#endif
35
void vbat_disable(void)
Disable the VBAT sampling channel.
void vbat_enable(void)
Enable the VBAT sampling channel.