STM32F479xx HAL User Manual
Defines | Functions
stm32f4xx_ll_dac.c File Reference

DAC LL module driver. More...

#include "stm32f4xx_ll_dac.h"
#include "stm32f4xx_ll_bus.h"

Go to the source code of this file.

Defines

#define assert_param(expr)   ((void)0U)
#define IS_LL_DAC_CHANNEL(__DACX__, __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__)

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.

Detailed Description

DAC LL module driver.

Author:
MCD Application Team
Attention:

© Copyright (c) 2016 STMicroelectronics. All rights reserved.

This software component is licensed by ST under BSD 3-Clause license, the "License"; You may not use this file except in compliance with the License. You may obtain a copy of the License at: opensource.org/licenses/BSD-3-Clause

Definition in file stm32f4xx_ll_dac.c.


Define Documentation

#define assert_param (   expr)    ((void)0U)

Definition at line 28 of file stm32f4xx_ll_dac.c.

Referenced by LL_DAC_DeInit(), and LL_DAC_Init().