HAL + 0/59 examples
CodeScope will show references to HAL_TIM_PWM_ConfigChannel() from the following samples and libraries:
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALHAL_TIM_PWM_ConfigChannel()

HAL_TIM_PWM_ConfigChannel() function

Initializes the TIM PWM channels according to the specified parameters in the TIM_OC_InitTypeDef.

Syntax

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

Arguments

htim

TIM PWM handle

sConfig

TIM PWM configuration structure

Channel

TIM Channels to be configured 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_PWM_ConfigChannel() is referenced by 59 libraries and example projects.

Call Tree

Functions called by HAL_TIM_PWM_ConfigChannel()
HAL_TIM_PWM_ConfigChannel()
Type of HAL_TIM_PWM_ConfigChannel()
HAL_TIM_PWM_ConfigChannel()