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.
Fork of TUKS-COURSE-TIMER by
Functions | |
| static void | DAC_DMAConvCpltCh1 (DMA_HandleTypeDef *hdma) |
| DMA conversion complete callback. | |
| static void | DAC_DMAErrorCh1 (DMA_HandleTypeDef *hdma) |
| DMA error callback. | |
| static void | DAC_DMAHalfConvCpltCh1 (DMA_HandleTypeDef *hdma) |
| DMA half transfer complete callback. | |
Function Documentation
| static void DAC_DMAConvCpltCh1 | ( | DMA_HandleTypeDef * | hdma ) | [static] |
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 1129 of file stm32l4xx_hal_dac.c.
| static void DAC_DMAErrorCh1 | ( | DMA_HandleTypeDef * | hdma ) | [static] |
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 1157 of file stm32l4xx_hal_dac.c.
| static void DAC_DMAHalfConvCpltCh1 | ( | DMA_HandleTypeDef * | hdma ) | [static] |
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 1144 of file stm32l4xx_hal_dac.c.
Generated on Tue Jul 12 2022 17:38:53 by
1.7.2
