STM32F4xx_HAL_Driver
1.8.3
|
Functions | |
ErrorStatus | LL_DAC_DeInit (const DAC_TypeDef *DACx) |
De-initialize registers of the selected DAC instance to their default reset values. More... | |
ErrorStatus | LL_DAC_Init (DAC_TypeDef *DACx, uint32_t DAC_Channel, const LL_DAC_InitTypeDef *DAC_InitStruct) |
Initialize some features of DAC channel. More... | |
void | LL_DAC_StructInit (LL_DAC_InitTypeDef *DAC_InitStruct) |
Set each LL_DAC_InitTypeDef field to default value. More... | |
ErrorStatus LL_DAC_DeInit | ( | const DAC_TypeDef * | DACx | ) |
De-initialize registers of the selected DAC instance to their default reset values.
DACx | DAC instance |
An | ErrorStatus enumeration value:
|
Definition at line 135 of file stm32f4xx_ll_dac.c.
ErrorStatus LL_DAC_Init | ( | DAC_TypeDef * | DACx, |
uint32_t | DAC_Channel, | ||
const LL_DAC_InitTypeDef * | DAC_InitStruct | ||
) |
Initialize some features of DAC channel.
DACx | DAC instance |
DAC_Channel | This parameter can be one of the following values:
|
DAC_InitStruct | Pointer to a LL_DAC_InitTypeDef structure |
An | ErrorStatus enumeration value:
|
Definition at line 177 of file stm32f4xx_ll_dac.c.
void LL_DAC_StructInit | ( | LL_DAC_InitTypeDef * | DAC_InitStruct | ) |
Set each LL_DAC_InitTypeDef field to default value.
DAC_InitStruct | pointer to a LL_DAC_InitTypeDef structure whose fields will be set to default values. |
None |
Definition at line 247 of file stm32f4xx_ll_dac.c.