STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
Macros | |
#define | TIM_DMA_UPDATE TIM_DIER_UDE |
#define | TIM_DMA_CC1 TIM_DIER_CC1DE |
#define | TIM_DMA_CC2 TIM_DIER_CC2DE |
#define | TIM_DMA_CC3 TIM_DIER_CC3DE |
#define | TIM_DMA_CC4 TIM_DIER_CC4DE |
#define | TIM_DMA_COM TIM_DIER_COMDE |
#define | TIM_DMA_TRIGGER TIM_DIER_TDE |
#define TIM_DMA_UPDATE TIM_DIER_UDE |
#include <stm32f4xx_hal_tim.h>
DMA request is triggered by the update event
Definition at line 696 of file stm32f4xx_hal_tim.h.
Referenced by HAL_TIM_Base_Start_DMA(), HAL_TIM_Base_Stop_DMA(), HAL_TIM_DMABurst_MultiReadStart(), HAL_TIM_DMABurst_MultiWriteStart(), HAL_TIM_DMABurst_ReadStop(), and HAL_TIM_DMABurst_WriteStop().
#define TIM_DMA_CC1 TIM_DIER_CC1DE |
#include <stm32f4xx_hal_tim.h>
DMA request is triggered by the capture/compare macth 1 event
Definition at line 697 of file stm32f4xx_hal_tim.h.
Referenced by HAL_TIM_DMABurst_MultiReadStart(), HAL_TIM_DMABurst_MultiWriteStart(), HAL_TIM_DMABurst_ReadStop(), HAL_TIM_DMABurst_WriteStop(), HAL_TIM_Encoder_Start_DMA(), HAL_TIM_Encoder_Stop_DMA(), HAL_TIM_IC_Start_DMA(), HAL_TIM_IC_Stop_DMA(), HAL_TIM_OC_Start_DMA(), HAL_TIM_OC_Stop_DMA(), HAL_TIM_PWM_Start_DMA(), HAL_TIM_PWM_Stop_DMA(), HAL_TIMEx_HallSensor_Start_DMA(), HAL_TIMEx_HallSensor_Stop_DMA(), HAL_TIMEx_OCN_Start_DMA(), HAL_TIMEx_OCN_Stop_DMA(), HAL_TIMEx_PWMN_Start_DMA(), and HAL_TIMEx_PWMN_Stop_DMA().
#define TIM_DMA_CC2 TIM_DIER_CC2DE |
#include <stm32f4xx_hal_tim.h>
DMA request is triggered by the capture/compare macth 2 event event
Definition at line 698 of file stm32f4xx_hal_tim.h.
Referenced by HAL_TIM_DMABurst_MultiReadStart(), HAL_TIM_DMABurst_MultiWriteStart(), HAL_TIM_DMABurst_ReadStop(), HAL_TIM_DMABurst_WriteStop(), HAL_TIM_Encoder_Start_DMA(), HAL_TIM_Encoder_Stop_DMA(), HAL_TIM_IC_Start_DMA(), HAL_TIM_IC_Stop_DMA(), HAL_TIM_OC_Start_DMA(), HAL_TIM_OC_Stop_DMA(), HAL_TIM_PWM_Start_DMA(), HAL_TIM_PWM_Stop_DMA(), HAL_TIMEx_OCN_Start_DMA(), HAL_TIMEx_OCN_Stop_DMA(), HAL_TIMEx_PWMN_Start_DMA(), and HAL_TIMEx_PWMN_Stop_DMA().
#define TIM_DMA_CC3 TIM_DIER_CC3DE |
#include <stm32f4xx_hal_tim.h>
DMA request is triggered by the capture/compare macth 3 event event
Definition at line 699 of file stm32f4xx_hal_tim.h.
Referenced by HAL_TIM_DMABurst_MultiReadStart(), HAL_TIM_DMABurst_MultiWriteStart(), HAL_TIM_DMABurst_ReadStop(), HAL_TIM_DMABurst_WriteStop(), HAL_TIM_IC_Start_DMA(), HAL_TIM_IC_Stop_DMA(), HAL_TIM_OC_Start_DMA(), HAL_TIM_OC_Stop_DMA(), HAL_TIM_PWM_Start_DMA(), HAL_TIM_PWM_Stop_DMA(), HAL_TIMEx_OCN_Start_DMA(), HAL_TIMEx_OCN_Stop_DMA(), HAL_TIMEx_PWMN_Start_DMA(), and HAL_TIMEx_PWMN_Stop_DMA().
#define TIM_DMA_CC4 TIM_DIER_CC4DE |
#include <stm32f4xx_hal_tim.h>
DMA request is triggered by the capture/compare macth 4 event event
Definition at line 700 of file stm32f4xx_hal_tim.h.
Referenced by HAL_TIM_DMABurst_MultiReadStart(), HAL_TIM_DMABurst_MultiWriteStart(), HAL_TIM_DMABurst_ReadStop(), HAL_TIM_DMABurst_WriteStop(), HAL_TIM_IC_Start_DMA(), HAL_TIM_IC_Stop_DMA(), HAL_TIM_OC_Start_DMA(), HAL_TIM_OC_Stop_DMA(), HAL_TIM_PWM_Start_DMA(), and HAL_TIM_PWM_Stop_DMA().
#define TIM_DMA_COM TIM_DIER_COMDE |
#include <stm32f4xx_hal_tim.h>
DMA request is triggered by the commutation event
Definition at line 701 of file stm32f4xx_hal_tim.h.
Referenced by HAL_TIM_DMABurst_MultiReadStart(), HAL_TIM_DMABurst_MultiWriteStart(), HAL_TIM_DMABurst_ReadStop(), HAL_TIM_DMABurst_WriteStop(), HAL_TIMEx_ConfigCommutEvent(), HAL_TIMEx_ConfigCommutEvent_DMA(), and HAL_TIMEx_ConfigCommutEvent_IT().
#define TIM_DMA_TRIGGER TIM_DIER_TDE |
#include <stm32f4xx_hal_tim.h>
DMA request is triggered by the trigger event
Definition at line 702 of file stm32f4xx_hal_tim.h.
Referenced by HAL_TIM_DMABurst_MultiReadStart(), HAL_TIM_DMABurst_MultiWriteStart(), HAL_TIM_DMABurst_ReadStop(), HAL_TIM_DMABurst_WriteStop(), HAL_TIM_SlaveConfigSynchro(), and HAL_TIM_SlaveConfigSynchro_IT().