TIM DMA Delay Pulse complete callback.
hdma: pointer to a DMA_HandleTypeDef structure that
contains the configuration information for the specified DMA
module.
TIM_DMAError
void TIM_DMAError (DMA_HandleTypeDef * hdma)
hdma: pointer to a DMA_HandleTypeDef structure that
contains the configuration information for the specified DMA
module.
TIM_DMACaptureCplt
void TIM_DMACaptureCplt (DMA_HandleTypeDef * hdma)
TIM DMA Capture complete callback.
hdma: pointer to a DMA_HandleTypeDef structure that
contains the configuration information for the specified DMA
module.
TIM_CCxChannelCmd
void TIM_CCxChannelCmd (TIM_TypeDef * TIMx, uint32_t
Channel, uint32_t ChannelState)
Enables or disables the TIM Capture Compare Channel x.
TIMx: to 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
TIM_Channel_4: TIM Channel 4
ChannelState: specifies the TIM Channel CCxE bit new
state. This parameter can be: TIM_CCx_ENABLE or
TIM_CCx_Disable.
45.3 TIM Firmware driver defines
45.3.1 TIM
TIM AOE Bit State
TIM_AUTOMATICOUTPUT_ENABLE