HAL + 0/3 examples
CodeScope will show references to LL_TIM_OC_ConfigOutput() from the following samples and libraries:
Examples
STM32F411RE-Nucleo
Examples_LL
TIM
 
Symbols
loading...
Files
loading...

LL_TIM_OC_ConfigOutput() function

Configure an output channel. CCMR1 CC2S LL_TIM_OC_ConfigOutput\n CCMR2 CC3S LL_TIM_OC_ConfigOutput\n CCMR2 CC4S LL_TIM_OC_ConfigOutput\n CCER CC1P LL_TIM_OC_ConfigOutput\n CCER CC2P LL_TIM_OC_ConfigOutput\n CCER CC3P LL_TIM_OC_ConfigOutput\n CCER CC4P LL_TIM_OC_ConfigOutput\n CR2 OIS1 LL_TIM_OC_ConfigOutput\n CR2 OIS2 LL_TIM_OC_ConfigOutput\n CR2 OIS3 LL_TIM_OC_ConfigOutput\n CR2 OIS4 LL_TIM_OC_ConfigOutput

Syntax

__STATIC_INLINE void LL_TIM_OC_ConfigOutput(TIM_TypeDef *TIMx,     uint32_t Channel,     uint32_t Configuration);

Arguments

TIMx

Timer instance

Channel

This parameter can be one of the following values: @arg LL_TIM_CHANNEL_CH1 @arg LL_TIM_CHANNEL_CH2 @arg LL_TIM_CHANNEL_CH3 @arg LL_TIM_CHANNEL_CH4

Configuration

This parameter must be a combination of all the following values: @arg LL_TIM_OCPOLARITY_HIGH or LL_TIM_OCPOLARITY_LOW @arg LL_TIM_OCIDLESTATE_LOW or LL_TIM_OCIDLESTATE_HIGH

Return value

None

Examples

LL_TIM_OC_ConfigOutput() is referenced by 3 libraries and example projects.

References

LocationText
stm32f4xx_ll_tim.h:1699
__STATIC_INLINE void LL_TIM_OC_ConfigOutput(TIM_TypeDef *TIMx, uint32_t Channel, uint32_t Configuration)

Data Use

Type of LL_TIM_OC_ConfigOutput()
LL_TIM_OC_ConfigOutput()
uint8_t
uint32_t
all items filtered out