This section contains the following APIs:
HAL_DAC_GetState()
HAL_DAC_GetError()
HAL_DAC_IRQHandler()
HAL_DAC_ConvCpltCallbackCh1()
HAL_DAC_ConvHalfCpltCallbackCh1()
HAL_DAC_ErrorCallbackCh1()
HAL_DAC_DMAUnderrunCallbackCh1()
12.2.7 Detailed description of functions
HAL_DAC_Init
HAL_StatusTypeDef HAL_DAC_Init (DAC_HandleTypeDef *
hdac)
Initializes the DAC peripheral according to the specified
parameters in the DAC_InitStruct.
hdac: pointer to a DAC_HandleTypeDef structure that
contains the configuration information for the specified DAC.
HAL_DAC_DeInit
HAL_StatusTypeDef HAL_DAC_DeInit (DAC_HandleTypeDef *
hdac)
Deinitializes the DAC peripheral registers to their default reset
values.
hdac: pointer to a DAC_HandleTypeDef structure that
contains the configuration information for the specified DAC.
HAL_DAC_MspInit
void HAL_DAC_MspInit (DAC_HandleTypeDef * hdac)
hdac: pointer to a DAC_HandleTypeDef structure that
contains the configuration information for the specified DAC.
HAL_DAC_MspDeInit
void HAL_DAC_MspDeInit (DAC_HandleTypeDef * hdac)
DeInitializes the DAC MSP.
hdac: pointer to a DAC_HandleTypeDef structure that
contains the configuration information for the specified DAC.