TUKS MCU Introductory course / TUKS-COURSE-THERMOMETER

Fork of TUKS-COURSE-TIMER by TUKS MCU Introductory course

Embed: (wiki syntax)

« Back to documentation index

TIM Extended Exported Functions

TIM Extended Exported Functions
[TIMEx]

Modules

 Extended Timer Hall Sensor functions
 

Timer Hall Sensor functions.


 Extended Timer Complementary Output Compare functions
 

Timer Complementary Output Compare functions.


 Extended Timer Complementary PWM functions
 

Timer Complementary PWM functions.


 Extended Timer Complementary One Pulse functions
 

Timer Complementary One Pulse functions.


 Extended Peripheral Control functions
 

Peripheral Control functions.


 Extended Callbacks functions
 

Extended Callbacks functions.


 Extended Peripheral State functions
 

Extended Peripheral State functions.


Functions

void TIMEx_DMACommutationCplt (DMA_HandleTypeDef *hdma)
 TIM DMA Commutation callback.
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 2227 of file stm32l4xx_hal_tim_ex.c.

void TIMEx_DMACommutationCplt ( DMA_HandleTypeDef *  hdma )

TIM DMA Commutation callback.

Parameters:
hdma: pointer to DMA handle.
Return values:
None

Definition at line 2206 of file stm32l4xx_hal_tim_ex.c.