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

HAL_TIM_PWM_Stop_DMA() function

Stops the TIM PWM signal generation in DMA mode.

Syntax

HAL_StatusTypeDef HAL_TIM_PWM_Stop_DMA(TIM_HandleTypeDef *htim,     uint32_t Channel);
Implemented in stm32f4xx_hal_tim.c:1876

Arguments

htim

TIM PWM handle

Channel

TIM Channels to be disabled This parameter can be one of the following values: @arg TIM_CHANNEL_1: TIM Channel 1 selected @arg TIM_CHANNEL_2: TIM Channel 2 selected @arg TIM_CHANNEL_3: TIM Channel 3 selected @arg TIM_CHANNEL_4: TIM Channel 4 selected

Return value

HAL status

References

Call Tree

Functions called by HAL_TIM_PWM_Stop_DMA()
HAL_TIM_PWM_Stop_DMA()
assert_failed()
all items filtered out
Type of HAL_TIM_PWM_Stop_DMA()
HAL_TIM_PWM_Stop_DMA()