TUKS MCU Introductory course / TUKS-COURSE-TIMER
Embed: (wiki syntax)

« Back to documentation index

Peripheral Control functions

Peripheral Control functions
[DACEx Exported Functions]

Extended Peripheral Control functions. More...

Functions

uint32_t HAL_DACEx_DualGetValue (DAC_HandleTypeDef *hdac)
 Return the last data output value of the selected DAC channel.

Detailed Description

Extended Peripheral Control functions.

  ==============================================================================
             ##### Peripheral Control functions #####
  ==============================================================================  
    [..]  This section provides functions allowing to:
      (+) Configure channels. 
      (+) Set the specified data holding register value for DAC channel.
      

Function Documentation

uint32_t HAL_DACEx_DualGetValue ( DAC_HandleTypeDef *  hdac )

Return the last data output value of the selected DAC channel.

Parameters:
hdac,:pointer to a DAC_HandleTypeDef structure that contains the configuration information for the specified DAC.
Return values:
Theselected DAC channel data output value.

Definition at line 534 of file stm32l4xx_hal_dac_ex.c.