HAL + 0/4 examples
CodeScope will show references to HAL_TIMEx_OCN_Stop() from the following samples and libraries:
Examples
STM32446E_EVAL
Examples
TIM
STM32469I_EVAL
Examples
TIM
STM324x9I_EVAL
Examples
TIM
STM324xG_EVAL
Examples
TIM
 
Symbols
loading...
Files
loading...

HAL_TIMEx_OCN_Stop() function

Stops the TIM Output Compare signal generation on the complementary output.

Syntax

HAL_StatusTypeDef HAL_TIMEx_OCN_Stop(TIM_HandleTypeDef *htim,     uint32_t Channel);
Implemented in stm32f4xx_hal_tim_ex.c:676

Arguments

htim

TIM handle

Channel

TIM Channel 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

Return value

HAL status

Examples

HAL_TIMEx_OCN_Stop() is referenced by 4 libraries and example projects.

References

Call Tree

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