HAL
HAL_DAC_Stop() is only used within HAL.
 
Symbols
loading...
Files
loading...

HAL_DAC_Stop() function

Disables DAC and stop conversion of channel.

Syntax

HAL_StatusTypeDef HAL_DAC_Stop(DAC_HandleTypeDef *hdac,     uint32_t Channel);
Implemented in stm32f4xx_hal_dac.c:496

Arguments

hdac

pointer to a DAC_HandleTypeDef structure that contains the configuration information for the specified DAC.

Channel

The selected DAC channel. This parameter can be one of the following values: @arg DAC_CHANNEL_1: DAC Channel1 selected @arg DAC_CHANNEL_2: DAC Channel2 selected

Return value

HAL status

Data Use

Type of HAL_DAC_Stop()
HAL_DAC_Stop()
all items filtered out