STM32H735xx HAL User Manual
|
DAC LL module driver. More...
#include "stm32h7xx_ll_dac.h"
#include "stm32h7xx_ll_bus.h"
Go to the source code of this file.
Defines | |
#define | assert_param(expr) ((void)0U) |
#define | IS_LL_DAC_CHANNEL(__DAC_CHANNEL__) |
#define | IS_LL_DAC_TRIGGER_SOURCE(__TRIGGER_SOURCE__) |
#define | IS_LL_DAC_WAVE_AUTO_GENER_MODE(__WAVE_AUTO_GENERATION_MODE__) |
#define | IS_LL_DAC_WAVE_AUTO_GENER_CONFIG(__WAVE_AUTO_GENERATION_MODE__, __WAVE_AUTO_GENERATION_CONFIG__) |
#define | IS_LL_DAC_OUTPUT_BUFFER(__OUTPUT_BUFFER__) |
#define | IS_LL_DAC_OUTPUT_CONNECTION(__OUTPUT_CONNECTION__) |
#define | IS_LL_DAC_OUTPUT_MODE(__OUTPUT_MODE__) |
Functions | |
ErrorStatus | LL_DAC_DeInit (DAC_TypeDef *DACx) |
De-initialize registers of the selected DAC instance to their default reset values. | |
ErrorStatus | LL_DAC_Init (DAC_TypeDef *DACx, uint32_t DAC_Channel, LL_DAC_InitTypeDef *DAC_InitStruct) |
Initialize some features of DAC channel. | |
void | LL_DAC_StructInit (LL_DAC_InitTypeDef *DAC_InitStruct) |
Set each LL_DAC_InitTypeDef field to default value. |
DAC LL module driver.
Copyright (c) 2017 STMicroelectronics. All rights reserved.
This software is licensed under terms that can be found in the LICENSE file in the root directory of this software component. If no LICENSE file comes with this software, it is provided AS-IS.
Definition in file stm32h7xx_ll_dac.c.
#define assert_param | ( | expr | ) | ((void)0U) |
Definition at line 27 of file stm32h7xx_ll_dac.c.
Referenced by LL_DAC_DeInit(), and LL_DAC_Init().