STM32F4xx_HAL_Driver  1.8.3
TIM Extended Private Functions
+ Collaboration diagram for TIM Extended Private Functions:

Functions

void TIMEx_DMACommutationCplt (DMA_HandleTypeDef *hdma)
 TIM DMA Commutation callback. More...
 
void TIMEx_DMACommutationHalfCplt (DMA_HandleTypeDef *hdma)
 TIM DMA Commutation half complete callback. More...
 

Detailed Description

Function Documentation

◆ TIMEx_DMACommutationCplt()

void TIMEx_DMACommutationCplt ( DMA_HandleTypeDef hdma)

TIM DMA Commutation callback.

Parameters
hdmapointer to DMA handle.
Return values
None

Definition at line 2253 of file stm32f4xx_hal_tim_ex.c.

◆ TIMEx_DMACommutationHalfCplt()

void TIMEx_DMACommutationHalfCplt ( DMA_HandleTypeDef hdma)

TIM DMA Commutation half complete callback.

Parameters
hdmapointer to DMA handle.
Return values
None

Definition at line 2272 of file stm32f4xx_hal_tim_ex.c.