|
STM32L4xx_HAL_Driver
1.14.0
|
Functions | |
| void | DAC_DMAConvCpltCh1 (DMA_HandleTypeDef *hdma) |
| DMA conversion complete callback. More... | |
| void | DAC_DMAErrorCh1 (DMA_HandleTypeDef *hdma) |
| DMA error callback. More... | |
| void | DAC_DMAHalfConvCpltCh1 (DMA_HandleTypeDef *hdma) |
| DMA half transfer complete callback. More... | |
| void DAC_DMAConvCpltCh1 | ( | 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 1675 of file stm32l4xx_hal_dac.c.
| void DAC_DMAErrorCh1 | ( | 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 1711 of file stm32l4xx_hal_dac.c.
| void DAC_DMAHalfConvCpltCh1 | ( | 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 1694 of file stm32l4xx_hal_dac.c.