![]() |
STM32F769IDiscovery
1.00
uDANTE Audio Networking with STM32F7 DISCO board
|
#include "stm32f7xx_hal_def.h"
Go to the source code of this file.
Functions | |
uint32_t | HAL_DACEx_DualGetValue (DAC_HandleTypeDef *hdac) |
HAL_StatusTypeDef | HAL_DACEx_TriangleWaveGenerate (DAC_HandleTypeDef *hdac, uint32_t Channel, uint32_t Amplitude) |
HAL_StatusTypeDef | HAL_DACEx_NoiseWaveGenerate (DAC_HandleTypeDef *hdac, uint32_t Channel, uint32_t Amplitude) |
HAL_StatusTypeDef | HAL_DACEx_DualSetValue (DAC_HandleTypeDef *hdac, uint32_t Alignment, uint32_t Data1, uint32_t Data2) |
void | HAL_DACEx_ConvCpltCallbackCh2 (DAC_HandleTypeDef *hdac) |
void | HAL_DACEx_ConvHalfCpltCallbackCh2 (DAC_HandleTypeDef *hdac) |
void | HAL_DACEx_ErrorCallbackCh2 (DAC_HandleTypeDef *hdac) |
void | HAL_DACEx_DMAUnderrunCallbackCh2 (DAC_HandleTypeDef *hdac) |
void | DAC_DMAConvCpltCh2 (DMA_HandleTypeDef *hdma) |
void | DAC_DMAErrorCh2 (DMA_HandleTypeDef *hdma) |
void | DAC_DMAHalfConvCpltCh2 (DMA_HandleTypeDef *hdma) |