STM32H735xx HAL User Manual
|
Extended private functions. More...
Functions | |
void | DAC_DMAConvCpltCh2 (DMA_HandleTypeDef *hdma) |
DMA conversion complete callback. | |
void | DAC_DMAHalfConvCpltCh2 (DMA_HandleTypeDef *hdma) |
DMA half transfer complete callback. | |
void | DAC_DMAErrorCh2 (DMA_HandleTypeDef *hdma) |
DMA error callback. |
Extended private functions.
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. |
None |
Definition at line 812 of file stm32h7xx_hal_dac_ex.c.
References __DAC_HandleTypeDef::ConvCpltCallbackCh2, HAL_DAC_STATE_READY, HAL_DACEx_ConvCpltCallbackCh2(), and __DAC_HandleTypeDef::State.
Referenced by HAL_DAC_Start_DMA(), and HAL_DACEx_DualStart_DMA().
void DAC_DMAErrorCh2 | ( | DMA_HandleTypeDef * | hdma | ) |
DMA error callback.
hdma | pointer to a DMA_HandleTypeDef structure that contains the configuration information for the specified DMA module. |
None |
Definition at line 848 of file stm32h7xx_hal_dac_ex.c.
References __DAC_HandleTypeDef::ErrorCallbackCh2, __DAC_HandleTypeDef::ErrorCode, HAL_DAC_ERROR_DMA, HAL_DAC_STATE_READY, HAL_DACEx_ErrorCallbackCh2(), and __DAC_HandleTypeDef::State.
Referenced by HAL_DAC_Start_DMA(), and HAL_DACEx_DualStart_DMA().
void DAC_DMAHalfConvCpltCh2 | ( | DMA_HandleTypeDef * | hdma | ) |
DMA half transfer complete callback.
hdma | pointer to a DMA_HandleTypeDef structure that contains the configuration information for the specified DMA module. |
None |
Definition at line 831 of file stm32h7xx_hal_dac_ex.c.
References __DAC_HandleTypeDef::ConvHalfCpltCallbackCh2, and HAL_DACEx_ConvHalfCpltCallbackCh2().
Referenced by HAL_DAC_Start_DMA(), and HAL_DACEx_DualStart_DMA().