Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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. |
Detailed Description
Extended private functions.
Function Documentation
void DAC_DMAConvCpltCh2 | ( | DMA_HandleTypeDef * | hdma ) |
DMA conversion complete callback.
- Parameters:
-
hdma,: pointer to a DMA_HandleTypeDef structure that contains the configuration information for the specified DMA module.
- Return values:
-
None
Definition at line 566 of file stm32l4xx_hal_dac_ex.c.
void DAC_DMAErrorCh2 | ( | DMA_HandleTypeDef * | hdma ) |
DMA error callback.
- Parameters:
-
hdma,: pointer to a DMA_HandleTypeDef structure that contains the configuration information for the specified DMA module.
- Return values:
-
None
Definition at line 594 of file stm32l4xx_hal_dac_ex.c.
void DAC_DMAHalfConvCpltCh2 | ( | DMA_HandleTypeDef * | hdma ) |
DMA half transfer complete callback.
- Parameters:
-
hdma,: pointer to a DMA_HandleTypeDef structure that contains the configuration information for the specified DMA module.
- Return values:
-
None
Definition at line 581 of file stm32l4xx_hal_dac_ex.c.
Generated on Tue Jul 12 2022 11:00:04 by
