STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
Macros | |
#define | TIM_IT_UPDATE TIM_DIER_UIE |
#define | TIM_IT_CC1 TIM_DIER_CC1IE |
#define | TIM_IT_CC2 TIM_DIER_CC2IE |
#define | TIM_IT_CC3 TIM_DIER_CC3IE |
#define | TIM_IT_CC4 TIM_DIER_CC4IE |
#define | TIM_IT_COM TIM_DIER_COMIE |
#define | TIM_IT_TRIGGER TIM_DIER_TIE |
#define | TIM_IT_BREAK TIM_DIER_BIE |
#define TIM_IT_UPDATE TIM_DIER_UIE |
#include <stm32f4xx_hal_tim.h>
Update interrupt
Definition at line 672 of file stm32f4xx_hal_tim.h.
Referenced by HAL_ResumeTick(), HAL_SuspendTick(), HAL_TIM_Base_Start_IT(), HAL_TIM_Base_Stop_IT(), and HAL_TIM_IRQHandler().
#define TIM_IT_CC1 TIM_DIER_CC1IE |
#include <stm32f4xx_hal_tim.h>
Capture/Compare 1 interrupt
Definition at line 673 of file stm32f4xx_hal_tim.h.
Referenced by HAL_TIM_Encoder_Start_IT(), HAL_TIM_Encoder_Stop_IT(), HAL_TIM_IC_Start_IT(), HAL_TIM_IC_Stop_IT(), HAL_TIM_IRQHandler(), HAL_TIM_OC_Start_IT(), HAL_TIM_OC_Stop_IT(), HAL_TIM_OnePulse_Start_IT(), HAL_TIM_OnePulse_Stop_IT(), HAL_TIM_PWM_Start_IT(), HAL_TIM_PWM_Stop_IT(), HAL_TIMEx_HallSensor_Start_IT(), HAL_TIMEx_HallSensor_Stop_IT(), HAL_TIMEx_OCN_Start_IT(), HAL_TIMEx_OCN_Stop_IT(), HAL_TIMEx_OnePulseN_Start_IT(), HAL_TIMEx_OnePulseN_Stop_IT(), HAL_TIMEx_PWMN_Start_IT(), and HAL_TIMEx_PWMN_Stop_IT().
#define TIM_IT_CC2 TIM_DIER_CC2IE |
#include <stm32f4xx_hal_tim.h>
Capture/Compare 2 interrupt
Definition at line 674 of file stm32f4xx_hal_tim.h.
Referenced by HAL_TIM_Encoder_Start_IT(), HAL_TIM_Encoder_Stop_IT(), HAL_TIM_IC_Start_IT(), HAL_TIM_IC_Stop_IT(), HAL_TIM_IRQHandler(), HAL_TIM_OC_Start_IT(), HAL_TIM_OC_Stop_IT(), HAL_TIM_OnePulse_Start_IT(), HAL_TIM_OnePulse_Stop_IT(), HAL_TIM_PWM_Start_IT(), HAL_TIM_PWM_Stop_IT(), HAL_TIMEx_OCN_Start_IT(), HAL_TIMEx_OCN_Stop_IT(), HAL_TIMEx_OnePulseN_Start_IT(), HAL_TIMEx_OnePulseN_Stop_IT(), HAL_TIMEx_PWMN_Start_IT(), and HAL_TIMEx_PWMN_Stop_IT().
#define TIM_IT_CC3 TIM_DIER_CC3IE |
#include <stm32f4xx_hal_tim.h>
Capture/Compare 3 interrupt
Definition at line 675 of file stm32f4xx_hal_tim.h.
Referenced by HAL_TIM_IC_Start_IT(), HAL_TIM_IC_Stop_IT(), HAL_TIM_IRQHandler(), HAL_TIM_OC_Start_IT(), HAL_TIM_OC_Stop_IT(), HAL_TIM_PWM_Start_IT(), HAL_TIM_PWM_Stop_IT(), HAL_TIMEx_OCN_Start_IT(), HAL_TIMEx_OCN_Stop_IT(), HAL_TIMEx_PWMN_Start_IT(), and HAL_TIMEx_PWMN_Stop_IT().
#define TIM_IT_CC4 TIM_DIER_CC4IE |
#include <stm32f4xx_hal_tim.h>
Capture/Compare 4 interrupt
Definition at line 676 of file stm32f4xx_hal_tim.h.
Referenced by HAL_TIM_IC_Start_IT(), HAL_TIM_IC_Stop_IT(), HAL_TIM_IRQHandler(), HAL_TIM_OC_Start_IT(), HAL_TIM_OC_Stop_IT(), HAL_TIM_PWM_Start_IT(), and HAL_TIM_PWM_Stop_IT().
#define TIM_IT_COM TIM_DIER_COMIE |
#include <stm32f4xx_hal_tim.h>
Commutation interrupt
Definition at line 677 of file stm32f4xx_hal_tim.h.
Referenced by HAL_TIM_IRQHandler(), HAL_TIMEx_ConfigCommutEvent(), HAL_TIMEx_ConfigCommutEvent_DMA(), and HAL_TIMEx_ConfigCommutEvent_IT().
#define TIM_IT_TRIGGER TIM_DIER_TIE |
#include <stm32f4xx_hal_tim.h>
Trigger interrupt
Definition at line 678 of file stm32f4xx_hal_tim.h.
Referenced by HAL_TIM_IRQHandler(), HAL_TIM_SlaveConfigSynchro(), and HAL_TIM_SlaveConfigSynchro_IT().
#define TIM_IT_BREAK TIM_DIER_BIE |
#include <stm32f4xx_hal_tim.h>
Break interrupt
Definition at line 679 of file stm32f4xx_hal_tim.h.
Referenced by HAL_TIM_IRQHandler(), HAL_TIMEx_OCN_Start_IT(), HAL_TIMEx_OCN_Stop_IT(), HAL_TIMEx_PWMN_Start_IT(), and HAL_TIMEx_PWMN_Stop_IT().