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

LL_TIM_OC_Init() function

Configure the TIMx output channel.

Syntax

ErrorStatus LL_TIM_OC_Init(TIM_TypeDef *TIMx,     uint32_t Channel,     const LL_TIM_OC_InitTypeDef *TIM_OC_InitStruct);
Implemented in stm32f4xx_ll_tim.c:383

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

TIM_OC_InitStruct

pointer to a LL_TIM_OC_InitTypeDef structure (TIMx output channel configuration data structure)

Return value

An ErrorStatus enumeration value: - SUCCESS: TIMx output channel is initialized - ERROR: TIMx output channel is not initialized

Examples

LL_TIM_OC_Init() is referenced by 1 libraries and example projects.

Call Tree

Functions called by LL_TIM_OC_Init()
LL_TIM_OC_Init()
Data read by LL_TIM_OC_Init()
Data written by LL_TIM_OC_Init()
LL_TIM_OC_Init()
LL_TIM_OC_Init()::result
all items filtered out
Type of LL_TIM_OC_Init()
LL_TIM_OC_Init()
all items filtered out