|
STM32H735xx HAL User Manual
|
Defines | |
| #define | TIM_FLAG_UPDATE TIM_SR_UIF |
| #define | TIM_FLAG_CC1 TIM_SR_CC1IF |
| #define | TIM_FLAG_CC2 TIM_SR_CC2IF |
| #define | TIM_FLAG_CC3 TIM_SR_CC3IF |
| #define | TIM_FLAG_CC4 TIM_SR_CC4IF |
| #define | TIM_FLAG_CC5 TIM_SR_CC5IF |
| #define | TIM_FLAG_CC6 TIM_SR_CC6IF |
| #define | TIM_FLAG_COM TIM_SR_COMIF |
| #define | TIM_FLAG_TRIGGER TIM_SR_TIF |
| #define | TIM_FLAG_BREAK TIM_SR_BIF |
| #define | TIM_FLAG_BREAK2 TIM_SR_B2IF |
| #define | TIM_FLAG_SYSTEM_BREAK TIM_SR_SBIF |
| #define | TIM_FLAG_CC1OF TIM_SR_CC1OF |
| #define | TIM_FLAG_CC2OF TIM_SR_CC2OF |
| #define | TIM_FLAG_CC3OF TIM_SR_CC3OF |
| #define | TIM_FLAG_CC4OF TIM_SR_CC4OF |
| #define TIM_FLAG_BREAK TIM_SR_BIF |
Break interrupt flag
Definition at line 760 of file stm32h7xx_hal_tim.h.
Referenced by HAL_TIM_IRQHandler().
| #define TIM_FLAG_BREAK2 TIM_SR_B2IF |
Break 2 interrupt flag
Definition at line 761 of file stm32h7xx_hal_tim.h.
Referenced by HAL_TIM_IRQHandler().
| #define TIM_FLAG_CC1 TIM_SR_CC1IF |
Capture/Compare 1 interrupt flag
Definition at line 752 of file stm32h7xx_hal_tim.h.
Referenced by HAL_TIM_IRQHandler().
| #define TIM_FLAG_CC1OF TIM_SR_CC1OF |
Capture 1 overcapture flag
Definition at line 763 of file stm32h7xx_hal_tim.h.
| #define TIM_FLAG_CC2 TIM_SR_CC2IF |
Capture/Compare 2 interrupt flag
Definition at line 753 of file stm32h7xx_hal_tim.h.
Referenced by HAL_TIM_IRQHandler().
| #define TIM_FLAG_CC2OF TIM_SR_CC2OF |
Capture 2 overcapture flag
Definition at line 764 of file stm32h7xx_hal_tim.h.
| #define TIM_FLAG_CC3 TIM_SR_CC3IF |
Capture/Compare 3 interrupt flag
Definition at line 754 of file stm32h7xx_hal_tim.h.
Referenced by HAL_TIM_IRQHandler().
| #define TIM_FLAG_CC3OF TIM_SR_CC3OF |
Capture 3 overcapture flag
Definition at line 765 of file stm32h7xx_hal_tim.h.
| #define TIM_FLAG_CC4 TIM_SR_CC4IF |
Capture/Compare 4 interrupt flag
Definition at line 755 of file stm32h7xx_hal_tim.h.
Referenced by HAL_TIM_IRQHandler().
| #define TIM_FLAG_CC4OF TIM_SR_CC4OF |
Capture 4 overcapture flag
Definition at line 766 of file stm32h7xx_hal_tim.h.
| #define TIM_FLAG_CC5 TIM_SR_CC5IF |
Capture/Compare 5 interrupt flag
Definition at line 756 of file stm32h7xx_hal_tim.h.
| #define TIM_FLAG_CC6 TIM_SR_CC6IF |
Capture/Compare 6 interrupt flag
Definition at line 757 of file stm32h7xx_hal_tim.h.
| #define TIM_FLAG_COM TIM_SR_COMIF |
Commutation interrupt flag
Definition at line 758 of file stm32h7xx_hal_tim.h.
Referenced by HAL_TIM_IRQHandler().
| #define TIM_FLAG_SYSTEM_BREAK TIM_SR_SBIF |
System Break interrupt flag
Definition at line 762 of file stm32h7xx_hal_tim.h.
| #define TIM_FLAG_TRIGGER TIM_SR_TIF |
Trigger interrupt flag
Definition at line 759 of file stm32h7xx_hal_tim.h.
Referenced by HAL_TIM_IRQHandler().
| #define TIM_FLAG_UPDATE TIM_SR_UIF |
Update interrupt flag
Definition at line 751 of file stm32h7xx_hal_tim.h.
Referenced by HAL_TIM_IRQHandler().
1.7.6.1