STM32F439xx HAL User Manual
Modules | Functions
TIM Exported Functions
TIMEx

Modules

 Timer Hall Sensor functions
 

Timer Hall Sensor functions.


 Timer Complementary Output Compare functions
 

Timer Complementary Output Compare functions.


 Timer Complementary PWM functions
 

Timer Complementary PWM functions.


 Timer Complementary One Pulse functions
 

Timer Complementary One Pulse functions.


 Peripheral Control functions
 

Peripheral Control functions.


 Extension Callbacks functions
 

Extension Callbacks functions.


 Extension Peripheral State functions
 

Extension Peripheral State functions.


Functions

void TIMEx_DMACommutationCplt (DMA_HandleTypeDef *hdma)
 TIM DMA Commutation callback.

Function Documentation

TIM DMA Commutation callback.

Parameters:
hdmapointer to a DMA_HandleTypeDef structure that contains the configuration information for the specified DMA module.
Return values:
None

Definition at line 1829 of file stm32f4xx_hal_tim_ex.c.

References HAL_TIM_STATE_READY, HAL_TIMEx_CommutationCallback(), and TIM_HandleTypeDef::State.

Referenced by HAL_TIM_DMABurst_ReadStart(), HAL_TIM_DMABurst_WriteStart(), and HAL_TIMEx_ConfigCommutationEvent_DMA().