HAL + 0/39 examples
CodeScope will show references to HAL_TIM_OC_ConfigChannel() from the following samples and libraries:
Examples
STM32446E_EVAL
Examples
TIM
STM32469I_EVAL
Examples
TIM
STM324x9I_EVAL
Examples
TIM
STM324xG_EVAL
Examples
TIM
STM32F4-Discovery
Applications
Audio
STM32F401-Discovery
Applications
Audio
STM32F411E-Discovery
Applications
Audio
STM32F411RE-Nucleo
Examples_MIX
TIM
STM32F412G-Discovery
Examples
TIM
STM32F412ZG-Nucleo
Examples
TIM
STM32F413H-Discovery
Examples
TIM
STM32F413ZH-Nucleo
Examples
TIM
STM32F429ZI-Nucleo
Examples
TIM
STM32F446ZE-Nucleo
Examples
TIM
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALHAL_TIM_OC_ConfigChannel()

HAL_TIM_OC_ConfigChannel() function

Initializes the TIM Output Compare Channels according to the specified parameters in the TIM_OC_InitTypeDef.

Syntax

HAL_StatusTypeDef HAL_TIM_OC_ConfigChannel(TIM_HandleTypeDef *htim,     const TIM_OC_InitTypeDef *sConfig,     uint32_t Channel);
Implemented in stm32f4xx_hal_tim.c:4041

Arguments

htim

TIM Output Compare handle

sConfig

TIM Output Compare configuration structure

Channel

TIM Channels to configure 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

Examples

HAL_TIM_OC_ConfigChannel() is referenced by 39 libraries and example projects.

Call Tree

Functions called by HAL_TIM_OC_ConfigChannel()
HAL_TIM_OC_ConfigChannel()
Type of HAL_TIM_OC_ConfigChannel()
HAL_TIM_OC_ConfigChannel()