STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
Functions | |
void | TIMEx_DMACommutationCplt (DMA_HandleTypeDef *hdma) |
TIM DMA Commutation callback. | |
void | TIMEx_DMACommutationHalfCplt (DMA_HandleTypeDef *hdma) |
TIM DMA Commutation half complete callback. | |
void TIMEx_DMACommutationCplt | ( | DMA_HandleTypeDef * | hdma | ) |
#include <stm32f4xx_hal_tim_ex.h>
TIM DMA Commutation callback.
hdma | pointer to DMA handle. |
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().
void TIMEx_DMACommutationHalfCplt | ( | DMA_HandleTypeDef * | hdma | ) |
#include <stm32f4xx_hal_tim_ex.h>
TIM DMA Commutation half complete callback.
hdma | pointer to DMA handle. |
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().