Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: hello SerialTestv11 SerialTestv12 Sierpinski ... more
TARGET_NUCLEO_F302R8/stm32f3xx_hal_dac.h@123:b0220dba8be7, 2016-08-12 (annotated)
- Committer:
- Kojto
- Date:
- Fri Aug 12 13:04:35 2016 +0200
- Revision:
- 123:b0220dba8be7
- Parent:
- 122:f9eeca106725
Release 123 of the mbed library
Changes:
- new targets: nucleo_f207zg, beetle, nrf51_dk, hexiwear,
nuvoton nuc472, vk rz a1h
- ST - fix timer interrupt handler, sleep api fix
- NXP - lpc15xx us ticker fix
- Nordic - analogin fixes, LF clock init addition, enable i2c async
Who changed what in which revision?
| User | Revision | Line number | New contents of line | 
|---|---|---|---|
| Kojto | 90:cb3d968589d8 | 1 | /** | 
| Kojto | 90:cb3d968589d8 | 2 | ****************************************************************************** | 
| Kojto | 90:cb3d968589d8 | 3 | * @file stm32f3xx_hal_dac.h | 
| Kojto | 90:cb3d968589d8 | 4 | * @author MCD Application Team | 
| Kojto | 123:b0220dba8be7 | 5 | * @version V1.3.0 | 
| Kojto | 123:b0220dba8be7 | 6 | * @date 01-July-2016 | 
| Kojto | 90:cb3d968589d8 | 7 | * @brief Header file of DAC HAL module. | 
| Kojto | 90:cb3d968589d8 | 8 | ****************************************************************************** | 
| Kojto | 90:cb3d968589d8 | 9 | * @attention | 
| Kojto | 90:cb3d968589d8 | 10 | * | 
| Kojto | 122:f9eeca106725 | 11 | * <h2><center>© COPYRIGHT(c) 2016 STMicroelectronics</center></h2> | 
| Kojto | 90:cb3d968589d8 | 12 | * | 
| Kojto | 90:cb3d968589d8 | 13 | * Redistribution and use in source and binary forms, with or without modification, | 
| Kojto | 90:cb3d968589d8 | 14 | * are permitted provided that the following conditions are met: | 
| Kojto | 90:cb3d968589d8 | 15 | * 1. Redistributions of source code must retain the above copyright notice, | 
| Kojto | 90:cb3d968589d8 | 16 | * this list of conditions and the following disclaimer. | 
| Kojto | 90:cb3d968589d8 | 17 | * 2. Redistributions in binary form must reproduce the above copyright notice, | 
| Kojto | 90:cb3d968589d8 | 18 | * this list of conditions and the following disclaimer in the documentation | 
| Kojto | 90:cb3d968589d8 | 19 | * and/or other materials provided with the distribution. | 
| Kojto | 90:cb3d968589d8 | 20 | * 3. Neither the name of STMicroelectronics nor the names of its contributors | 
| Kojto | 90:cb3d968589d8 | 21 | * may be used to endorse or promote products derived from this software | 
| Kojto | 90:cb3d968589d8 | 22 | * without specific prior written permission. | 
| Kojto | 90:cb3d968589d8 | 23 | * | 
| Kojto | 90:cb3d968589d8 | 24 | * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" | 
| Kojto | 90:cb3d968589d8 | 25 | * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
| Kojto | 90:cb3d968589d8 | 26 | * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE | 
| Kojto | 90:cb3d968589d8 | 27 | * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE | 
| Kojto | 90:cb3d968589d8 | 28 | * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
| Kojto | 90:cb3d968589d8 | 29 | * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR | 
| Kojto | 90:cb3d968589d8 | 30 | * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER | 
| Kojto | 90:cb3d968589d8 | 31 | * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, | 
| Kojto | 90:cb3d968589d8 | 32 | * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | 
| Kojto | 90:cb3d968589d8 | 33 | * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 
| Kojto | 90:cb3d968589d8 | 34 | * | 
| Kojto | 90:cb3d968589d8 | 35 | ****************************************************************************** | 
| Kojto | 90:cb3d968589d8 | 36 | */ | 
| Kojto | 90:cb3d968589d8 | 37 | |
| Kojto | 90:cb3d968589d8 | 38 | /* Define to prevent recursive inclusion -------------------------------------*/ | 
| Kojto | 90:cb3d968589d8 | 39 | #ifndef __STM32F3xx_HAL_DAC_H | 
| Kojto | 90:cb3d968589d8 | 40 | #define __STM32F3xx_HAL_DAC_H | 
| Kojto | 90:cb3d968589d8 | 41 | |
| Kojto | 90:cb3d968589d8 | 42 | #ifdef __cplusplus | 
| Kojto | 90:cb3d968589d8 | 43 | extern "C" { | 
| Kojto | 90:cb3d968589d8 | 44 | #endif | 
| Kojto | 90:cb3d968589d8 | 45 | |
| Kojto | 90:cb3d968589d8 | 46 | /* Includes ------------------------------------------------------------------*/ | 
| Kojto | 90:cb3d968589d8 | 47 | #include "stm32f3xx_hal_def.h" | 
| Kojto | 90:cb3d968589d8 | 48 | |
| Kojto | 90:cb3d968589d8 | 49 | /** @addtogroup STM32F3xx_HAL_Driver | 
| Kojto | 90:cb3d968589d8 | 50 | * @{ | 
| Kojto | 90:cb3d968589d8 | 51 | */ | 
| Kojto | 90:cb3d968589d8 | 52 | |
| Kojto | 122:f9eeca106725 | 53 | /** @addtogroup DAC | 
| Kojto | 90:cb3d968589d8 | 54 | * @{ | 
| Kojto | 90:cb3d968589d8 | 55 | */ | 
| Kojto | 90:cb3d968589d8 | 56 | |
| Kojto | 90:cb3d968589d8 | 57 | /* Exported types ------------------------------------------------------------*/ | 
| Kojto | 122:f9eeca106725 | 58 | |
| Kojto | 90:cb3d968589d8 | 59 | /** @defgroup DAC_Exported_Types DAC Exported Types | 
| Kojto | 90:cb3d968589d8 | 60 | * @{ | 
| Kojto | 90:cb3d968589d8 | 61 | */ | 
| Kojto | 90:cb3d968589d8 | 62 | |
| Kojto | 90:cb3d968589d8 | 63 | /** | 
| Kojto | 90:cb3d968589d8 | 64 | * @brief HAL State structures definition | 
| Kojto | 90:cb3d968589d8 | 65 | */ | 
| Kojto | 90:cb3d968589d8 | 66 | typedef enum | 
| Kojto | 90:cb3d968589d8 | 67 | { | 
| Kojto | 90:cb3d968589d8 | 68 | HAL_DAC_STATE_RESET = 0x00, /*!< DAC not yet initialized or disabled */ | 
| Kojto | 90:cb3d968589d8 | 69 | HAL_DAC_STATE_READY = 0x01, /*!< DAC initialized and ready for use */ | 
| Kojto | 90:cb3d968589d8 | 70 | HAL_DAC_STATE_BUSY = 0x02, /*!< DAC internal processing is ongoing */ | 
| Kojto | 90:cb3d968589d8 | 71 | HAL_DAC_STATE_TIMEOUT = 0x03, /*!< DAC timeout state */ | 
| Kojto | 90:cb3d968589d8 | 72 | HAL_DAC_STATE_ERROR = 0x04 /*!< DAC error state */ | 
| Kojto | 90:cb3d968589d8 | 73 | |
| Kojto | 90:cb3d968589d8 | 74 | }HAL_DAC_StateTypeDef; | 
| Kojto | 90:cb3d968589d8 | 75 | |
| Kojto | 90:cb3d968589d8 | 76 | /** | 
| Kojto | 90:cb3d968589d8 | 77 | * @brief DAC Configuration regular Channel structure definition | 
| Kojto | 90:cb3d968589d8 | 78 | */ | 
| Kojto | 90:cb3d968589d8 | 79 | typedef struct | 
| Kojto | 90:cb3d968589d8 | 80 | { | 
| Kojto | 90:cb3d968589d8 | 81 | uint32_t DAC_Trigger; /*!< Specifies the external trigger for the selected DAC channel. | 
| Kojto | 90:cb3d968589d8 | 82 | This parameter can be a value of @ref DACEx_trigger_selection */ | 
| Kojto | 90:cb3d968589d8 | 83 | |
| Kojto | 90:cb3d968589d8 | 84 | uint32_t DAC_OutputBuffer; /*!< Specifies whether the DAC channel output buffer is enabled or disabled. | 
| Kojto | 122:f9eeca106725 | 85 | This parameter can be a value of @ref DAC_output_buffer | 
| Kojto | 122:f9eeca106725 | 86 | For a given DAC channel, is this paramater applies then DAC_OutputSwitch | 
| Kojto | 122:f9eeca106725 | 87 | does not apply */ | 
| Kojto | 122:f9eeca106725 | 88 | |
| Kojto | 122:f9eeca106725 | 89 | uint32_t DAC_OutputSwitch; /*!< Specifies whether the DAC channel output switch is enabled or disabled. | 
| Kojto | 122:f9eeca106725 | 90 | This parameter can be a value of @ref DAC_OutputSwitch | 
| Kojto | 122:f9eeca106725 | 91 | For a given DAC channel, is this paramater applies then DAC_OutputBuffer | 
| Kojto | 122:f9eeca106725 | 92 | does not apply */ | 
| Kojto | 90:cb3d968589d8 | 93 | |
| Kojto | 90:cb3d968589d8 | 94 | }DAC_ChannelConfTypeDef; | 
| Kojto | 90:cb3d968589d8 | 95 | |
| Kojto | 90:cb3d968589d8 | 96 | /** | 
| Kojto | 90:cb3d968589d8 | 97 | * @brief DAC handle Structure definition | 
| Kojto | 90:cb3d968589d8 | 98 | */ | 
| Kojto | 90:cb3d968589d8 | 99 | typedef struct __DAC_HandleTypeDef | 
| Kojto | 90:cb3d968589d8 | 100 | { | 
| Kojto | 90:cb3d968589d8 | 101 | DAC_TypeDef *Instance; /*!< Register base address */ | 
| Kojto | 90:cb3d968589d8 | 102 | |
| Kojto | 90:cb3d968589d8 | 103 | __IO HAL_DAC_StateTypeDef State; /*!< DAC communication state */ | 
| Kojto | 90:cb3d968589d8 | 104 | |
| Kojto | 90:cb3d968589d8 | 105 | HAL_LockTypeDef Lock; /*!< DAC locking object */ | 
| Kojto | 90:cb3d968589d8 | 106 | |
| Kojto | 90:cb3d968589d8 | 107 | DMA_HandleTypeDef *DMA_Handle1; /*!< Pointer DMA handler for channel 1 */ | 
| Kojto | 90:cb3d968589d8 | 108 | |
| Kojto | 90:cb3d968589d8 | 109 | DMA_HandleTypeDef *DMA_Handle2; /*!< Pointer DMA handler for channel 2 */ | 
| Kojto | 90:cb3d968589d8 | 110 | |
| Kojto | 90:cb3d968589d8 | 111 | __IO uint32_t ErrorCode; /*!< DAC Error code */ | 
| Kojto | 90:cb3d968589d8 | 112 | |
| Kojto | 90:cb3d968589d8 | 113 | }DAC_HandleTypeDef; | 
| Kojto | 90:cb3d968589d8 | 114 | /** | 
| Kojto | 90:cb3d968589d8 | 115 | * @} | 
| Kojto | 90:cb3d968589d8 | 116 | */ | 
| Kojto | 90:cb3d968589d8 | 117 | |
| Kojto | 90:cb3d968589d8 | 118 | /* Exported constants --------------------------------------------------------*/ | 
| Kojto | 122:f9eeca106725 | 119 | /** @defgroup DAC_Exported_Constants DAC Exported Constants | 
| Kojto | 90:cb3d968589d8 | 120 | * @{ | 
| Kojto | 90:cb3d968589d8 | 121 | */ | 
| Kojto | 90:cb3d968589d8 | 122 | |
| Kojto | 90:cb3d968589d8 | 123 | /** @defgroup DAC_Error_Code DAC Error Code | 
| Kojto | 90:cb3d968589d8 | 124 | * @{ | 
| Kojto | 90:cb3d968589d8 | 125 | */ | 
| Kojto | 90:cb3d968589d8 | 126 | #define HAL_DAC_ERROR_NONE 0x00 /*!< No error */ | 
| Kojto | 90:cb3d968589d8 | 127 | #define HAL_DAC_ERROR_DMAUNDERRUNCH1 0x01 /*!< DAC channel1 DMA underrun error */ | 
| Kojto | 90:cb3d968589d8 | 128 | #define HAL_DAC_ERROR_DMAUNDERRUNCH2 0x02 /*!< DAC channel2 DMA underrun error */ | 
| Kojto | 90:cb3d968589d8 | 129 | #define HAL_DAC_ERROR_DMA 0x04 /*!< DMA error */ | 
| Kojto | 90:cb3d968589d8 | 130 | /** | 
| Kojto | 90:cb3d968589d8 | 131 | * @} | 
| Kojto | 90:cb3d968589d8 | 132 | */ | 
| Kojto | 90:cb3d968589d8 | 133 | |
| Kojto | 90:cb3d968589d8 | 134 | /** @defgroup DAC_lfsrunmask_triangleamplitude DAC lfsrunmask triangleamplitude | 
| Kojto | 90:cb3d968589d8 | 135 | * @{ | 
| Kojto | 90:cb3d968589d8 | 136 | */ | 
| Kojto | 90:cb3d968589d8 | 137 | #define DAC_LFSRUNMASK_BIT0 ((uint32_t)0x00000000) /*!< Unmask DAC channel LFSR bit0 for noise wave generation */ | 
| Kojto | 90:cb3d968589d8 | 138 | #define DAC_LFSRUNMASK_BITS1_0 ((uint32_t)DAC_CR_MAMP1_0) /*!< Unmask DAC channel LFSR bit[1:0] for noise wave generation */ | 
| Kojto | 90:cb3d968589d8 | 139 | #define DAC_LFSRUNMASK_BITS2_0 ((uint32_t)DAC_CR_MAMP1_1) /*!< Unmask DAC channel LFSR bit[2:0] for noise wave generation */ | 
| Kojto | 90:cb3d968589d8 | 140 | #define DAC_LFSRUNMASK_BITS3_0 ((uint32_t)DAC_CR_MAMP1_1 | DAC_CR_MAMP1_0)/*!< Unmask DAC channel LFSR bit[3:0] for noise wave generation */ | 
| Kojto | 90:cb3d968589d8 | 141 | #define DAC_LFSRUNMASK_BITS4_0 ((uint32_t)DAC_CR_MAMP1_2) /*!< Unmask DAC channel LFSR bit[4:0] for noise wave generation */ | 
| Kojto | 90:cb3d968589d8 | 142 | #define DAC_LFSRUNMASK_BITS5_0 ((uint32_t)DAC_CR_MAMP1_2 | DAC_CR_MAMP1_0) /*!< Unmask DAC channel LFSR bit[5:0] for noise wave generation */ | 
| Kojto | 90:cb3d968589d8 | 143 | #define DAC_LFSRUNMASK_BITS6_0 ((uint32_t)DAC_CR_MAMP1_2 | DAC_CR_MAMP1_1) /*!< Unmask DAC channel LFSR bit[6:0] for noise wave generation */ | 
| Kojto | 90:cb3d968589d8 | 144 | #define DAC_LFSRUNMASK_BITS7_0 ((uint32_t)DAC_CR_MAMP1_2 | DAC_CR_MAMP1_1 | DAC_CR_MAMP1_0) /*!< Unmask DAC channel LFSR bit[7:0] for noise wave generation */ | 
| Kojto | 90:cb3d968589d8 | 145 | #define DAC_LFSRUNMASK_BITS8_0 ((uint32_t)DAC_CR_MAMP1_3) /*!< Unmask DAC channel LFSR bit[8:0] for noise wave generation */ | 
| Kojto | 90:cb3d968589d8 | 146 | #define DAC_LFSRUNMASK_BITS9_0 ((uint32_t)DAC_CR_MAMP1_3 | DAC_CR_MAMP1_0) /*!< Unmask DAC channel LFSR bit[9:0] for noise wave generation */ | 
| Kojto | 90:cb3d968589d8 | 147 | #define DAC_LFSRUNMASK_BITS10_0 ((uint32_t)DAC_CR_MAMP1_3 | DAC_CR_MAMP1_1) /*!< Unmask DAC channel LFSR bit[10:0] for noise wave generation */ | 
| Kojto | 90:cb3d968589d8 | 148 | #define DAC_LFSRUNMASK_BITS11_0 ((uint32_t)DAC_CR_MAMP1_3 | DAC_CR_MAMP1_1 | DAC_CR_MAMP1_0) /*!< Unmask DAC channel LFSR bit[11:0] for noise wave generation */ | 
| Kojto | 90:cb3d968589d8 | 149 | #define DAC_TRIANGLEAMPLITUDE_1 ((uint32_t)0x00000000) /*!< Select max triangle amplitude of 1 */ | 
| Kojto | 90:cb3d968589d8 | 150 | #define DAC_TRIANGLEAMPLITUDE_3 ((uint32_t)DAC_CR_MAMP1_0) /*!< Select max triangle amplitude of 3 */ | 
| Kojto | 90:cb3d968589d8 | 151 | #define DAC_TRIANGLEAMPLITUDE_7 ((uint32_t)DAC_CR_MAMP1_1) /*!< Select max triangle amplitude of 7 */ | 
| Kojto | 90:cb3d968589d8 | 152 | #define DAC_TRIANGLEAMPLITUDE_15 ((uint32_t)DAC_CR_MAMP1_1 | DAC_CR_MAMP1_0) /*!< Select max triangle amplitude of 15 */ | 
| Kojto | 90:cb3d968589d8 | 153 | #define DAC_TRIANGLEAMPLITUDE_31 ((uint32_t)DAC_CR_MAMP1_2) /*!< Select max triangle amplitude of 31 */ | 
| Kojto | 90:cb3d968589d8 | 154 | #define DAC_TRIANGLEAMPLITUDE_63 ((uint32_t)DAC_CR_MAMP1_2 | DAC_CR_MAMP1_0) /*!< Select max triangle amplitude of 63 */ | 
| Kojto | 90:cb3d968589d8 | 155 | #define DAC_TRIANGLEAMPLITUDE_127 ((uint32_t)DAC_CR_MAMP1_2 | DAC_CR_MAMP1_1) /*!< Select max triangle amplitude of 127 */ | 
| Kojto | 90:cb3d968589d8 | 156 | #define DAC_TRIANGLEAMPLITUDE_255 ((uint32_t)DAC_CR_MAMP1_2 | DAC_CR_MAMP1_1 | DAC_CR_MAMP1_0) /*!< Select max triangle amplitude of 255 */ | 
| Kojto | 90:cb3d968589d8 | 157 | #define DAC_TRIANGLEAMPLITUDE_511 ((uint32_t)DAC_CR_MAMP1_3) /*!< Select max triangle amplitude of 511 */ | 
| Kojto | 90:cb3d968589d8 | 158 | #define DAC_TRIANGLEAMPLITUDE_1023 ((uint32_t)DAC_CR_MAMP1_3 | DAC_CR_MAMP1_0) /*!< Select max triangle amplitude of 1023 */ | 
| Kojto | 90:cb3d968589d8 | 159 | #define DAC_TRIANGLEAMPLITUDE_2047 ((uint32_t)DAC_CR_MAMP1_3 | DAC_CR_MAMP1_1) /*!< Select max triangle amplitude of 2047 */ | 
| Kojto | 90:cb3d968589d8 | 160 | #define DAC_TRIANGLEAMPLITUDE_4095 ((uint32_t)DAC_CR_MAMP1_3 | DAC_CR_MAMP1_1 | DAC_CR_MAMP1_0) /*!< Select max triangle amplitude of 4095 */ | 
| Kojto | 90:cb3d968589d8 | 161 | |
| Kojto | 122:f9eeca106725 | 162 | /** | 
| Kojto | 122:f9eeca106725 | 163 | * @} | 
| Kojto | 122:f9eeca106725 | 164 | */ | 
| Kojto | 122:f9eeca106725 | 165 | |
| Kojto | 122:f9eeca106725 | 166 | /** @defgroup DAC_output_buffer DAC output buffer | 
| Kojto | 122:f9eeca106725 | 167 | * @{ | 
| Kojto | 122:f9eeca106725 | 168 | */ | 
| Kojto | 122:f9eeca106725 | 169 | #define DAC_OUTPUTBUFFER_ENABLE ((uint32_t)0x00000000) | 
| Kojto | 122:f9eeca106725 | 170 | #define DAC_OUTPUTBUFFER_DISABLE ((uint32_t)DAC_CR_BOFF1) | 
| Kojto | 122:f9eeca106725 | 171 | |
| Kojto | 122:f9eeca106725 | 172 | /** | 
| Kojto | 122:f9eeca106725 | 173 | * @} | 
| Kojto | 122:f9eeca106725 | 174 | */ | 
| Kojto | 122:f9eeca106725 | 175 | |
| Kojto | 122:f9eeca106725 | 176 | #if defined(STM32F303x8) || defined(STM32F334x8) || defined(STM32F328xx) | 
| Kojto | 122:f9eeca106725 | 177 | /** @defgroup DAC_output_switch DAC output switch | 
| Kojto | 122:f9eeca106725 | 178 | * @{ | 
| Kojto | 122:f9eeca106725 | 179 | */ | 
| Kojto | 122:f9eeca106725 | 180 | #define DAC_OUTPUTSWITCH_DISABLE ((uint32_t)0x00000000) | 
| Kojto | 122:f9eeca106725 | 181 | #define DAC_OUTPUTSWITCH_ENABLE ((uint32_t)DAC_CR_OUTEN1) | 
| Kojto | 122:f9eeca106725 | 182 | |
| Kojto | 122:f9eeca106725 | 183 | /** | 
| Kojto | 122:f9eeca106725 | 184 | * @} | 
| Kojto | 122:f9eeca106725 | 185 | */ | 
| Kojto | 122:f9eeca106725 | 186 | |
| Kojto | 122:f9eeca106725 | 187 | #endif /* STM32F303x8 || STM32F334x8 || STM32F328xx || */ | 
| Kojto | 122:f9eeca106725 | 188 | /** @defgroup DAC_data_alignement DAC data alignement | 
| Kojto | 122:f9eeca106725 | 189 | * @{ | 
| Kojto | 122:f9eeca106725 | 190 | */ | 
| Kojto | 122:f9eeca106725 | 191 | #define DAC_ALIGN_12B_R ((uint32_t)0x00000000) | 
| Kojto | 122:f9eeca106725 | 192 | #define DAC_ALIGN_12B_L ((uint32_t)0x00000004) | 
| Kojto | 122:f9eeca106725 | 193 | #define DAC_ALIGN_8B_R ((uint32_t)0x00000008) | 
| Kojto | 122:f9eeca106725 | 194 | |
| Kojto | 122:f9eeca106725 | 195 | /** | 
| Kojto | 122:f9eeca106725 | 196 | * @} | 
| Kojto | 122:f9eeca106725 | 197 | */ | 
| Kojto | 122:f9eeca106725 | 198 | |
| Kojto | 122:f9eeca106725 | 199 | /** @defgroup DAC_flags_definition DAC flags definition | 
| Kojto | 122:f9eeca106725 | 200 | * @{ | 
| Kojto | 122:f9eeca106725 | 201 | */ | 
| Kojto | 122:f9eeca106725 | 202 | #define DAC_FLAG_DMAUDR1 ((uint32_t)DAC_SR_DMAUDR1) | 
| Kojto | 122:f9eeca106725 | 203 | #define DAC_FLAG_DMAUDR2 ((uint32_t)DAC_SR_DMAUDR2) | 
| Kojto | 122:f9eeca106725 | 204 | /** | 
| Kojto | 122:f9eeca106725 | 205 | * @} | 
| Kojto | 122:f9eeca106725 | 206 | */ | 
| Kojto | 122:f9eeca106725 | 207 | |
| Kojto | 122:f9eeca106725 | 208 | /** @defgroup DAC_interrupts_definition DAC interrupts definition | 
| Kojto | 122:f9eeca106725 | 209 | * @{ | 
| Kojto | 122:f9eeca106725 | 210 | */ | 
| Kojto | 122:f9eeca106725 | 211 | #define DAC_IT_DMAUDR1 ((uint32_t)DAC_CR_DMAUDRIE1) | 
| Kojto | 122:f9eeca106725 | 212 | #define DAC_IT_DMAUDR2 ((uint32_t)DAC_CR_DMAUDRIE2) | 
| Kojto | 122:f9eeca106725 | 213 | |
| Kojto | 122:f9eeca106725 | 214 | /** | 
| Kojto | 122:f9eeca106725 | 215 | * @} | 
| Kojto | 122:f9eeca106725 | 216 | */ | 
| Kojto | 122:f9eeca106725 | 217 | |
| Kojto | 122:f9eeca106725 | 218 | /** | 
| Kojto | 122:f9eeca106725 | 219 | * @} | 
| Kojto | 122:f9eeca106725 | 220 | */ | 
| Kojto | 122:f9eeca106725 | 221 | |
| Kojto | 122:f9eeca106725 | 222 | /* Exported macro ------------------------------------------------------------*/ | 
| Kojto | 122:f9eeca106725 | 223 | |
| Kojto | 122:f9eeca106725 | 224 | /** @defgroup DAC_Exported_Macros DAC Exported Macros | 
| Kojto | 122:f9eeca106725 | 225 | * @{ | 
| Kojto | 122:f9eeca106725 | 226 | */ | 
| Kojto | 122:f9eeca106725 | 227 | |
| Kojto | 122:f9eeca106725 | 228 | /** @brief Reset DAC handle state | 
| Kojto | 122:f9eeca106725 | 229 | * @param __HANDLE__: specifies the DAC handle. | 
| Kojto | 122:f9eeca106725 | 230 | * @retval None | 
| Kojto | 122:f9eeca106725 | 231 | */ | 
| Kojto | 122:f9eeca106725 | 232 | #define __HAL_DAC_RESET_HANDLE_STATE(__HANDLE__) ((__HANDLE__)->State = HAL_DAC_STATE_RESET) | 
| Kojto | 122:f9eeca106725 | 233 | |
| Kojto | 122:f9eeca106725 | 234 | /** @brief Enable the DAC channel | 
| Kojto | 122:f9eeca106725 | 235 | * @param __HANDLE__: specifies the DAC handle. | 
| Kojto | 122:f9eeca106725 | 236 | * @param __DAC_Channel__: specifies the DAC channel | 
| Kojto | 122:f9eeca106725 | 237 | * @retval None | 
| Kojto | 122:f9eeca106725 | 238 | */ | 
| Kojto | 122:f9eeca106725 | 239 | #define __HAL_DAC_ENABLE(__HANDLE__, __DAC_Channel__) \ | 
| Kojto | 122:f9eeca106725 | 240 | ((__HANDLE__)->Instance->CR |= (DAC_CR_EN1 << (__DAC_Channel__))) | 
| Kojto | 122:f9eeca106725 | 241 | |
| Kojto | 122:f9eeca106725 | 242 | /** @brief Disable the DAC channel | 
| Kojto | 122:f9eeca106725 | 243 | * @param __HANDLE__: specifies the DAC handle | 
| Kojto | 122:f9eeca106725 | 244 | * @param __DAC_Channel__: specifies the DAC channel. | 
| Kojto | 122:f9eeca106725 | 245 | * @retval None | 
| Kojto | 122:f9eeca106725 | 246 | */ | 
| Kojto | 122:f9eeca106725 | 247 | #define __HAL_DAC_DISABLE(__HANDLE__, __DAC_Channel__) \ | 
| Kojto | 122:f9eeca106725 | 248 | ((__HANDLE__)->Instance->CR &= ~(DAC_CR_EN1 << (__DAC_Channel__))) | 
| Kojto | 122:f9eeca106725 | 249 | |
| Kojto | 122:f9eeca106725 | 250 | /** @brief Set DHR12R1 alignment | 
| Kojto | 122:f9eeca106725 | 251 | * @param __ALIGNMENT__: specifies the DAC alignment | 
| Kojto | 122:f9eeca106725 | 252 | * @retval None | 
| Kojto | 122:f9eeca106725 | 253 | */ | 
| Kojto | 122:f9eeca106725 | 254 | #define DAC_DHR12R1_ALIGNMENT(__ALIGNMENT__) (((uint32_t)0x00000008) + (__ALIGNMENT__)) | 
| Kojto | 122:f9eeca106725 | 255 | |
| Kojto | 122:f9eeca106725 | 256 | /** @brief Set DHR12R2 alignment | 
| Kojto | 122:f9eeca106725 | 257 | * @param __ALIGNMENT__: specifies the DAC alignment | 
| Kojto | 122:f9eeca106725 | 258 | * @retval None | 
| Kojto | 122:f9eeca106725 | 259 | */ | 
| Kojto | 122:f9eeca106725 | 260 | #define DAC_DHR12R2_ALIGNMENT(__ALIGNMENT__) (((uint32_t)0x00000014) + (__ALIGNMENT__)) | 
| Kojto | 122:f9eeca106725 | 261 | |
| Kojto | 122:f9eeca106725 | 262 | /** @brief Set DHR12RD alignment | 
| Kojto | 122:f9eeca106725 | 263 | * @param __ALIGNMENT__: specifies the DAC alignment | 
| Kojto | 122:f9eeca106725 | 264 | * @retval None | 
| Kojto | 122:f9eeca106725 | 265 | */ | 
| Kojto | 122:f9eeca106725 | 266 | #define DAC_DHR12RD_ALIGNMENT(__ALIGNMENT__) (((uint32_t)0x00000020) + (__ALIGNMENT__)) | 
| Kojto | 122:f9eeca106725 | 267 | |
| Kojto | 122:f9eeca106725 | 268 | /** @brief Enable the DAC interrupt | 
| Kojto | 122:f9eeca106725 | 269 | * @param __HANDLE__: specifies the DAC handle | 
| Kojto | 122:f9eeca106725 | 270 | * @param __INTERRUPT__: specifies the DAC interrupt. | 
| Kojto | 122:f9eeca106725 | 271 | * This parameter can be any combination of the following values: | 
| Kojto | 122:f9eeca106725 | 272 | * @arg DAC_IT_DMAUDR1: DAC channel 1 DMA underrun interrupt | 
| Kojto | 122:f9eeca106725 | 273 | * @arg DAC_IT_DMAUDR2: DAC channel 2 DMA underrun interrupt | 
| Kojto | 122:f9eeca106725 | 274 | * @retval None | 
| Kojto | 122:f9eeca106725 | 275 | */ | 
| Kojto | 122:f9eeca106725 | 276 | #define __HAL_DAC_ENABLE_IT(__HANDLE__, __INTERRUPT__) (((__HANDLE__)->Instance->CR) |= (__INTERRUPT__)) | 
| Kojto | 122:f9eeca106725 | 277 | |
| Kojto | 122:f9eeca106725 | 278 | /** @brief Disable the DAC interrupt | 
| Kojto | 122:f9eeca106725 | 279 | * @param __HANDLE__: specifies the DAC handle | 
| Kojto | 122:f9eeca106725 | 280 | * @param __INTERRUPT__: specifies the DAC interrupt. | 
| Kojto | 122:f9eeca106725 | 281 | * This parameter can be any combination of the following values: | 
| Kojto | 122:f9eeca106725 | 282 | * @arg DAC_IT_DMAUDR1: DAC channel 1 DMA underrun interrupt | 
| Kojto | 122:f9eeca106725 | 283 | * @arg DAC_IT_DMAUDR2: DAC channel 2 DMA underrun interrupt | 
| Kojto | 122:f9eeca106725 | 284 | * @retval None | 
| Kojto | 122:f9eeca106725 | 285 | */ | 
| Kojto | 122:f9eeca106725 | 286 | #define __HAL_DAC_DISABLE_IT(__HANDLE__, __INTERRUPT__) (((__HANDLE__)->Instance->CR) &= ~(__INTERRUPT__)) | 
| Kojto | 122:f9eeca106725 | 287 | |
| Kojto | 122:f9eeca106725 | 288 | /** @brief Check whether the specified DAC interrupt source is enabled or not | 
| Kojto | 122:f9eeca106725 | 289 | * @param __HANDLE__: DAC handle | 
| Kojto | 122:f9eeca106725 | 290 | * @param __INTERRUPT__: DAC interrupt source to check | 
| Kojto | 122:f9eeca106725 | 291 | * This parameter can be any combination of the following values: | 
| Kojto | 122:f9eeca106725 | 292 | * @arg DAC_IT_DMAUDR1: DAC channel 1 DMA underrun interrupt | 
| Kojto | 122:f9eeca106725 | 293 | * @arg DAC_IT_DMAUDR2: DAC channel 2 DMA underrun interrupt | 
| Kojto | 122:f9eeca106725 | 294 | * @retval State of interruption (SET or RESET) | 
| Kojto | 122:f9eeca106725 | 295 | */ | 
| Kojto | 122:f9eeca106725 | 296 | #define __HAL_DAC_GET_IT_SOURCE(__HANDLE__, __INTERRUPT__) (((__HANDLE__)->Instance->CR & (__INTERRUPT__)) == (__INTERRUPT__)) | 
| Kojto | 122:f9eeca106725 | 297 | |
| Kojto | 122:f9eeca106725 | 298 | /** @brief Get the selected DAC's flag status | 
| Kojto | 122:f9eeca106725 | 299 | * @param __HANDLE__: specifies the DAC handle. | 
| Kojto | 122:f9eeca106725 | 300 | * @param __FLAG__: specifies the DAC flag to get. | 
| Kojto | 122:f9eeca106725 | 301 | * This parameter can be any combination of the following values: | 
| Kojto | 122:f9eeca106725 | 302 | * @arg DAC_FLAG_DMAUDR1: DAC channel 1 DMA underrun flag | 
| Kojto | 122:f9eeca106725 | 303 | * @arg DAC_FLAG_DMAUDR2: DAC channel 2 DMA underrun flag | 
| Kojto | 122:f9eeca106725 | 304 | * @retval None | 
| Kojto | 122:f9eeca106725 | 305 | */ | 
| Kojto | 122:f9eeca106725 | 306 | #define __HAL_DAC_GET_FLAG(__HANDLE__, __FLAG__) ((((__HANDLE__)->Instance->SR) & (__FLAG__)) == (__FLAG__)) | 
| Kojto | 122:f9eeca106725 | 307 | |
| Kojto | 122:f9eeca106725 | 308 | /** @brief Clear the DAC's flag | 
| Kojto | 122:f9eeca106725 | 309 | * @param __HANDLE__: specifies the DAC handle. | 
| Kojto | 122:f9eeca106725 | 310 | * @param __FLAG__: specifies the DAC flag to clear. | 
| Kojto | 122:f9eeca106725 | 311 | * This parameter can be any combination of the following values: | 
| Kojto | 122:f9eeca106725 | 312 | * @arg DAC_FLAG_DMAUDR1: DAC channel 1 DMA underrun flag | 
| Kojto | 122:f9eeca106725 | 313 | * @arg DAC_FLAG_DMAUDR2: DAC channel 2 DMA underrun flag | 
| Kojto | 122:f9eeca106725 | 314 | * @retval None | 
| Kojto | 122:f9eeca106725 | 315 | */ | 
| Kojto | 122:f9eeca106725 | 316 | #define __HAL_DAC_CLEAR_FLAG(__HANDLE__, __FLAG__) (((__HANDLE__)->Instance->SR) = (__FLAG__)) | 
| Kojto | 122:f9eeca106725 | 317 | |
| Kojto | 122:f9eeca106725 | 318 | /** | 
| Kojto | 122:f9eeca106725 | 319 | * @} | 
| Kojto | 122:f9eeca106725 | 320 | */ | 
| Kojto | 122:f9eeca106725 | 321 | |
| Kojto | 122:f9eeca106725 | 322 | /* Private macro -------------------------------------------------------------*/ | 
| Kojto | 122:f9eeca106725 | 323 | |
| Kojto | 122:f9eeca106725 | 324 | /** @addtogroup DAC_Private_Macros | 
| Kojto | 122:f9eeca106725 | 325 | * @{ | 
| Kojto | 122:f9eeca106725 | 326 | */ | 
| Kojto | 122:f9eeca106725 | 327 | |
| Kojto | 90:cb3d968589d8 | 328 | #define IS_DAC_LFSR_UNMASK_TRIANGLE_AMPLITUDE(VALUE) (((VALUE) == DAC_LFSRUNMASK_BIT0) || \ | 
| Kojto | 90:cb3d968589d8 | 329 | ((VALUE) == DAC_LFSRUNMASK_BITS1_0) || \ | 
| Kojto | 90:cb3d968589d8 | 330 | ((VALUE) == DAC_LFSRUNMASK_BITS2_0) || \ | 
| Kojto | 90:cb3d968589d8 | 331 | ((VALUE) == DAC_LFSRUNMASK_BITS3_0) || \ | 
| Kojto | 90:cb3d968589d8 | 332 | ((VALUE) == DAC_LFSRUNMASK_BITS4_0) || \ | 
| Kojto | 90:cb3d968589d8 | 333 | ((VALUE) == DAC_LFSRUNMASK_BITS5_0) || \ | 
| Kojto | 90:cb3d968589d8 | 334 | ((VALUE) == DAC_LFSRUNMASK_BITS6_0) || \ | 
| Kojto | 90:cb3d968589d8 | 335 | ((VALUE) == DAC_LFSRUNMASK_BITS7_0) || \ | 
| Kojto | 90:cb3d968589d8 | 336 | ((VALUE) == DAC_LFSRUNMASK_BITS8_0) || \ | 
| Kojto | 90:cb3d968589d8 | 337 | ((VALUE) == DAC_LFSRUNMASK_BITS9_0) || \ | 
| Kojto | 90:cb3d968589d8 | 338 | ((VALUE) == DAC_LFSRUNMASK_BITS10_0) || \ | 
| Kojto | 90:cb3d968589d8 | 339 | ((VALUE) == DAC_LFSRUNMASK_BITS11_0) || \ | 
| Kojto | 90:cb3d968589d8 | 340 | ((VALUE) == DAC_TRIANGLEAMPLITUDE_1) || \ | 
| Kojto | 90:cb3d968589d8 | 341 | ((VALUE) == DAC_TRIANGLEAMPLITUDE_3) || \ | 
| Kojto | 90:cb3d968589d8 | 342 | ((VALUE) == DAC_TRIANGLEAMPLITUDE_7) || \ | 
| Kojto | 90:cb3d968589d8 | 343 | ((VALUE) == DAC_TRIANGLEAMPLITUDE_15) || \ | 
| Kojto | 90:cb3d968589d8 | 344 | ((VALUE) == DAC_TRIANGLEAMPLITUDE_31) || \ | 
| Kojto | 90:cb3d968589d8 | 345 | ((VALUE) == DAC_TRIANGLEAMPLITUDE_63) || \ | 
| Kojto | 90:cb3d968589d8 | 346 | ((VALUE) == DAC_TRIANGLEAMPLITUDE_127) || \ | 
| Kojto | 90:cb3d968589d8 | 347 | ((VALUE) == DAC_TRIANGLEAMPLITUDE_255) || \ | 
| Kojto | 90:cb3d968589d8 | 348 | ((VALUE) == DAC_TRIANGLEAMPLITUDE_511) || \ | 
| Kojto | 90:cb3d968589d8 | 349 | ((VALUE) == DAC_TRIANGLEAMPLITUDE_1023) || \ | 
| Kojto | 90:cb3d968589d8 | 350 | ((VALUE) == DAC_TRIANGLEAMPLITUDE_2047) || \ | 
| Kojto | 90:cb3d968589d8 | 351 | ((VALUE) == DAC_TRIANGLEAMPLITUDE_4095)) | 
| Kojto | 90:cb3d968589d8 | 352 | |
| Kojto | 90:cb3d968589d8 | 353 | #define IS_DAC_OUTPUT_BUFFER_STATE(STATE) (((STATE) == DAC_OUTPUTBUFFER_ENABLE) || \ | 
| Kojto | 90:cb3d968589d8 | 354 | ((STATE) == DAC_OUTPUTBUFFER_DISABLE)) | 
| Kojto | 90:cb3d968589d8 | 355 | |
| Kojto | 122:f9eeca106725 | 356 | #if defined(STM32F303x8) || defined(STM32F334x8) || defined(STM32F328xx) | 
| Kojto | 122:f9eeca106725 | 357 | #define IS_DAC_OUTPUT_SWITCH_STATE(STATE) (((STATE) == DAC_OUTPUTSWITCH_DISABLE) || \ | 
| Kojto | 122:f9eeca106725 | 358 | ((STATE) == DAC_OUTPUTSWITCH_ENABLE)) | 
| Kojto | 90:cb3d968589d8 | 359 | |
| Kojto | 122:f9eeca106725 | 360 | #endif /* STM32F303x8 || STM32F334x8 || STM32F328xx || */ | 
| Kojto | 90:cb3d968589d8 | 361 | #define IS_DAC_ALIGN(ALIGN) (((ALIGN) == DAC_ALIGN_12B_R) || \ | 
| Kojto | 90:cb3d968589d8 | 362 | ((ALIGN) == DAC_ALIGN_12B_L) || \ | 
| Kojto | 90:cb3d968589d8 | 363 | ((ALIGN) == DAC_ALIGN_8B_R)) | 
| Kojto | 90:cb3d968589d8 | 364 | |
| Kojto | 90:cb3d968589d8 | 365 | #define IS_DAC_DATA(DATA) ((DATA) <= 0xFFF0) | 
| Kojto | 90:cb3d968589d8 | 366 | |
| Kojto | 90:cb3d968589d8 | 367 | |
| Kojto | 90:cb3d968589d8 | 368 | |
| Kojto | 90:cb3d968589d8 | 369 | /** | 
| Kojto | 90:cb3d968589d8 | 370 | * @} | 
| Kojto | 90:cb3d968589d8 | 371 | */ | 
| Kojto | 90:cb3d968589d8 | 372 | |
| Kojto | 90:cb3d968589d8 | 373 | |
| Kojto | 90:cb3d968589d8 | 374 | /* Include DAC HAL Extended module */ | 
| Kojto | 90:cb3d968589d8 | 375 | #include "stm32f3xx_hal_dac_ex.h" | 
| Kojto | 90:cb3d968589d8 | 376 | |
| Kojto | 90:cb3d968589d8 | 377 | /* Exported functions --------------------------------------------------------*/ | 
| Kojto | 122:f9eeca106725 | 378 | |
| Kojto | 122:f9eeca106725 | 379 | /** @addtogroup DAC_Exported_Functions | 
| Kojto | 90:cb3d968589d8 | 380 | * @{ | 
| Kojto | 90:cb3d968589d8 | 381 | */ | 
| Kojto | 90:cb3d968589d8 | 382 | |
| Kojto | 122:f9eeca106725 | 383 | /** @addtogroup DAC_Exported_Functions_Group1 | 
| Kojto | 90:cb3d968589d8 | 384 | * @{ | 
| Kojto | 90:cb3d968589d8 | 385 | */ | 
| Kojto | 90:cb3d968589d8 | 386 | /* Initialization and de-initialization functions *****************************/ | 
| Kojto | 90:cb3d968589d8 | 387 | HAL_StatusTypeDef HAL_DAC_Init(DAC_HandleTypeDef* hdac); | 
| Kojto | 90:cb3d968589d8 | 388 | HAL_StatusTypeDef HAL_DAC_DeInit(DAC_HandleTypeDef* hdac); | 
| Kojto | 90:cb3d968589d8 | 389 | void HAL_DAC_MspInit(DAC_HandleTypeDef* hdac); | 
| Kojto | 90:cb3d968589d8 | 390 | void HAL_DAC_MspDeInit(DAC_HandleTypeDef* hdac); | 
| Kojto | 90:cb3d968589d8 | 391 | |
| Kojto | 90:cb3d968589d8 | 392 | /** | 
| Kojto | 90:cb3d968589d8 | 393 | * @} | 
| Kojto | 90:cb3d968589d8 | 394 | */ | 
| Kojto | 90:cb3d968589d8 | 395 | |
| Kojto | 122:f9eeca106725 | 396 | /** @addtogroup DAC_Exported_Functions_Group2 | 
| Kojto | 90:cb3d968589d8 | 397 | * @{ | 
| Kojto | 90:cb3d968589d8 | 398 | */ | 
| Kojto | 90:cb3d968589d8 | 399 | /* IO operation functions *****************************************************/ | 
| Kojto | 122:f9eeca106725 | 400 | HAL_StatusTypeDef HAL_DAC_Start(DAC_HandleTypeDef* hdac, uint32_t Channel); | 
| Kojto | 122:f9eeca106725 | 401 | HAL_StatusTypeDef HAL_DAC_Stop(DAC_HandleTypeDef* hdac, uint32_t Channel); | 
| Kojto | 122:f9eeca106725 | 402 | HAL_StatusTypeDef HAL_DAC_Start_DMA(DAC_HandleTypeDef* hdac, uint32_t Channel, uint32_t* pData, uint32_t Length, uint32_t Alignment); | 
| Kojto | 122:f9eeca106725 | 403 | HAL_StatusTypeDef HAL_DAC_Stop_DMA(DAC_HandleTypeDef* hdac, uint32_t Channel); | 
| Kojto | 122:f9eeca106725 | 404 | uint32_t HAL_DAC_GetValue(DAC_HandleTypeDef* hdac, uint32_t Channel); | 
| Kojto | 122:f9eeca106725 | 405 | HAL_StatusTypeDef HAL_DAC_ConfigChannel(DAC_HandleTypeDef* hdac, DAC_ChannelConfTypeDef* sConfig, uint32_t Channel); | 
| Kojto | 122:f9eeca106725 | 406 | |
| Kojto | 90:cb3d968589d8 | 407 | void HAL_DAC_IRQHandler(DAC_HandleTypeDef* hdac); | 
| Kojto | 90:cb3d968589d8 | 408 | void HAL_DAC_ConvCpltCallbackCh1(DAC_HandleTypeDef* hdac); | 
| Kojto | 90:cb3d968589d8 | 409 | void HAL_DAC_ConvHalfCpltCallbackCh1(DAC_HandleTypeDef* hdac); | 
| Kojto | 90:cb3d968589d8 | 410 | void HAL_DAC_ErrorCallbackCh1(DAC_HandleTypeDef *hdac); | 
| Kojto | 90:cb3d968589d8 | 411 | void HAL_DAC_DMAUnderrunCallbackCh1(DAC_HandleTypeDef *hdac); | 
| Kojto | 90:cb3d968589d8 | 412 | |
| Kojto | 90:cb3d968589d8 | 413 | /** | 
| Kojto | 90:cb3d968589d8 | 414 | * @} | 
| Kojto | 90:cb3d968589d8 | 415 | */ | 
| Kojto | 90:cb3d968589d8 | 416 | |
| Kojto | 122:f9eeca106725 | 417 | /** @addtogroup DAC_Exported_Functions_Group3 | 
| Kojto | 90:cb3d968589d8 | 418 | * @{ | 
| Kojto | 90:cb3d968589d8 | 419 | */ | 
| Kojto | 90:cb3d968589d8 | 420 | /* Peripheral Control functions ***********************************************/ | 
| Kojto | 122:f9eeca106725 | 421 | HAL_StatusTypeDef HAL_DAC_SetValue(DAC_HandleTypeDef* hdac, uint32_t Channel, uint32_t Alignment, uint32_t Data); | 
| Kojto | 90:cb3d968589d8 | 422 | |
| Kojto | 90:cb3d968589d8 | 423 | /** | 
| Kojto | 90:cb3d968589d8 | 424 | * @} | 
| Kojto | 90:cb3d968589d8 | 425 | */ | 
| Kojto | 90:cb3d968589d8 | 426 | |
| Kojto | 122:f9eeca106725 | 427 | /** @addtogroup DAC_Exported_Functions_Group4 | 
| Kojto | 90:cb3d968589d8 | 428 | * @{ | 
| Kojto | 90:cb3d968589d8 | 429 | */ | 
| Kojto | 90:cb3d968589d8 | 430 | /* Peripheral State and Error functions ***************************************/ | 
| Kojto | 90:cb3d968589d8 | 431 | HAL_DAC_StateTypeDef HAL_DAC_GetState(DAC_HandleTypeDef* hdac); | 
| Kojto | 90:cb3d968589d8 | 432 | uint32_t HAL_DAC_GetError(DAC_HandleTypeDef *hdac); | 
| Kojto | 90:cb3d968589d8 | 433 | |
| Kojto | 90:cb3d968589d8 | 434 | /** | 
| Kojto | 90:cb3d968589d8 | 435 | * @} | 
| Kojto | 90:cb3d968589d8 | 436 | */ | 
| Kojto | 90:cb3d968589d8 | 437 | |
| Kojto | 90:cb3d968589d8 | 438 | /** | 
| Kojto | 90:cb3d968589d8 | 439 | * @} | 
| Kojto | 90:cb3d968589d8 | 440 | */ | 
| Kojto | 90:cb3d968589d8 | 441 | |
| Kojto | 90:cb3d968589d8 | 442 | /** | 
| Kojto | 90:cb3d968589d8 | 443 | * @} | 
| Kojto | 90:cb3d968589d8 | 444 | */ | 
| Kojto | 90:cb3d968589d8 | 445 | |
| Kojto | 90:cb3d968589d8 | 446 | /** | 
| Kojto | 90:cb3d968589d8 | 447 | * @} | 
| Kojto | 90:cb3d968589d8 | 448 | */ | 
| Kojto | 90:cb3d968589d8 | 449 | |
| Kojto | 90:cb3d968589d8 | 450 | #ifdef __cplusplus | 
| Kojto | 90:cb3d968589d8 | 451 | } | 
| Kojto | 90:cb3d968589d8 | 452 | #endif | 
| Kojto | 90:cb3d968589d8 | 453 | |
| Kojto | 90:cb3d968589d8 | 454 | #endif /*__STM32F3xx_HAL_DAC_H */ | 
| Kojto | 90:cb3d968589d8 | 455 | |
| Kojto | 90:cb3d968589d8 | 456 | /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/ | 


