STM32F4xx_HAL_Driver
1.8.3
|
Extended Peripheral Control functions. More...
Functions | |
uint32_t | HAL_DACEx_DualGetValue (const DAC_HandleTypeDef *hdac) |
Return the last data output value of the selected DAC channel. More... | |
Extended Peripheral Control functions.
============================================================================== ##### Peripheral Control functions ##### ============================================================================== [..] This section provides functions allowing to: (+) Set the specified data holding register value for DAC channel.
uint32_t HAL_DACEx_DualGetValue | ( | const DAC_HandleTypeDef * | hdac | ) |
Return the last data output value of the selected DAC channel.
hdac | pointer to a DAC_HandleTypeDef structure that contains the configuration information for the specified DAC. |
The | selected DAC channel data output value. |
Definition at line 416 of file stm32f4xx_hal_dac_ex.c.