STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
Functions | |
void | DAC_DMAConvCpltCh1 (DMA_HandleTypeDef *hdma) |
DMA conversion complete callback. | |
void | DAC_DMAErrorCh1 (DMA_HandleTypeDef *hdma) |
DMA error callback. | |
void | DAC_DMAHalfConvCpltCh1 (DMA_HandleTypeDef *hdma) |
DMA half transfer complete callback. | |
void DAC_DMAConvCpltCh1 | ( | DMA_HandleTypeDef * | hdma | ) |
#include <stm32f4xx_hal_dac.h>
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 1319 of file stm32f4xx_hal_dac.c.
References HAL_DAC_ConvCpltCallbackCh1(), HAL_DAC_STATE_READY, and DAC_HandleTypeDef::State.
Referenced by HAL_DAC_Start_DMA().
void DAC_DMAErrorCh1 | ( | DMA_HandleTypeDef * | hdma | ) |
#include <stm32f4xx_hal_dac.h>
DMA error callback.
hdma | pointer to a DMA_HandleTypeDef structure that contains the configuration information for the specified DMA module. |
None |
Definition at line 1355 of file stm32f4xx_hal_dac.c.
References DAC_HandleTypeDef::ErrorCode, HAL_DAC_ERROR_DMA, HAL_DAC_ErrorCallbackCh1(), HAL_DAC_STATE_READY, and DAC_HandleTypeDef::State.
Referenced by HAL_DAC_Start_DMA().
void DAC_DMAHalfConvCpltCh1 | ( | DMA_HandleTypeDef * | hdma | ) |
#include <stm32f4xx_hal_dac.h>
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 1338 of file stm32f4xx_hal_dac.c.
References HAL_DAC_ConvHalfCpltCallbackCh1().
Referenced by HAL_DAC_Start_DMA().