libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
g0/dac.h
Go to the documentation of this file.
1
/** @defgroup dac_defines DAC Defines
2
*
3
* @brief <b>Defined Constants and Types for the STM32G0xx Digital-to-Analog Converter</b>
4
*
5
* @ingroup STM32G0xx_defines
6
*
7
* LGPL License Terms @ref lgpl_license
8
*/
9
/*
10
* This file is part of the libopencm3 project.
11
*
12
* This library is free software: you can redistribute it and/or modify
13
* it under the terms of the GNU Lesser General Public License as published by
14
* the Free Software Foundation, either version 3 of the License, or
15
* (at your option) any later version.
16
*
17
* This library is distributed in the hope that it will be useful,
18
* but WITHOUT ANY WARRANTY; without even the implied warranty of
19
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20
* GNU Lesser General Public License for more details.
21
*
22
* You should have received a copy of the GNU Lesser General Public License
23
* along with this library. If not, see <http://www.gnu.org/licenses/>.
24
*/
25
26
#ifndef LIBOPENCM3_DAC_H
27
#define LIBOPENCM3_DAC_H
28
29
#include <
libopencm3/stm32/common/dac_common_v1.h
>
30
31
/**@{*/
32
33
/** @defgroup dac_reg_base DAC register base addresses
34
@{*/
35
#define DAC1 DAC_BASE
36
/**@}*/
37
38
/**@}*/
39
40
#endif
41
dac_common_v1.h
include
libopencm3
stm32
g0
dac.h
Generated on Tue Mar 7 2023 16:12:17 for libopencm3 by
1.9.4