Arrow / Mbed OS DAPLink Reset
Embed: (wiki syntax)

« Back to documentation index

TIMEx Private Functions

TIMEx Private Functions
[TIMEx]

Functions

static void TIM_CCxNChannelCmd (TIM_TypeDef *TIMx, uint32_t Channel, uint32_t ChannelNState)
 Enables or disables the TIM Capture Compare Channel xN.

Function Documentation

static void TIM_CCxNChannelCmd ( TIM_TypeDef TIMx,
uint32_t  Channel,
uint32_t  ChannelNState 
) [static]

Enables or disables the TIM Capture Compare Channel xN.

Parameters:
TIMxto select the TIM peripheral
Channel: specifies the TIM Channel This parameter can be one of the following values:

  • TIM_Channel_1: TIM Channel 1
  • TIM_Channel_2: TIM Channel 2
  • TIM_Channel_3: TIM Channel 3
ChannelNState: specifies the TIM Channel CCxNE bit new state. This parameter can be: TIM_CCxN_ENABLE or TIM_CCxN_Disable.
Return values:
None

Definition at line 1827 of file stm32f1xx_hal_tim_ex.c.