HAL_DACEx_ConvHalfCpltCallbackCh2
void HAL_DACEx_ConvHalfCpltCallbackCh2
(DAC_HandleTypeDef * hdac)
Conversion half DMA transfer callback in non blocking mode for
Channel2.
hdac: pointer to a DAC_HandleTypeDef structure that
contains the configuration information for the specified DAC.
HAL_DACEx_ErrorCallbackCh2
void HAL_DACEx_ErrorCallbackCh2 (DAC_HandleTypeDef *
hdac)
Error DAC callback for Channel2.
hdac: pointer to a DAC_HandleTypeDef structure that
contains the configuration information for the specified DAC.
HAL_DACEx_DMAUnderrunCallbackCh2
void HAL_DACEx_DMAUnderrunCallbackCh2
(DAC_HandleTypeDef * hdac)
DMA underrun DAC callback for channel2.
hdac: pointer to a DAC_HandleTypeDef structure that
contains the configuration information for the specified DAC.
DAC_DMAConvCpltCh2
void DAC_DMAConvCpltCh2 (DMA_HandleTypeDef * hdma)
DMA conversion complete callback.
hdma: pointer to a DMA_HandleTypeDef structure that
contains the configuration information for the specified DMA
module.
DAC_DMAErrorCh2
void DAC_DMAErrorCh2 (DMA_HandleTypeDef * hdma)
hdma: pointer to a DMA_HandleTypeDef structure that
contains the configuration information for the specified DMA
module.