STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
Loading...
Searching...
No Matches
TIM Extended Private Functions
Collaboration diagram for TIM Extended Private Functions:

Functions

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

Detailed Description

Function Documentation

◆ TIMEx_DMACommutationCplt()

void TIMEx_DMACommutationCplt ( DMA_HandleTypeDef * hdma)

#include <stm32f4xx_hal_tim_ex.h>

TIM DMA Commutation callback.

Parameters
hdmapointer to DMA handle.
Return values
None

Definition at line 2253 of file stm32f4xx_hal_tim_ex.c.

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

Referenced by HAL_TIM_DMABurst_MultiReadStart(), HAL_TIM_DMABurst_MultiWriteStart(), and HAL_TIMEx_ConfigCommutEvent_DMA().

◆ TIMEx_DMACommutationHalfCplt()

void TIMEx_DMACommutationHalfCplt ( DMA_HandleTypeDef * hdma)

#include <stm32f4xx_hal_tim_ex.h>

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.

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

Referenced by HAL_TIM_DMABurst_MultiReadStart(), HAL_TIM_DMABurst_MultiWriteStart(), and HAL_TIMEx_ConfigCommutEvent_DMA().