|
STM32F4xx HAL Driver master
STM32CubeF4 HAL / LL Drivers API Reference
|
Macros | |
| #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_COM TIM_SR_COMIF |
| #define | TIM_FLAG_TRIGGER TIM_SR_TIF |
| #define | TIM_FLAG_BREAK TIM_SR_BIF |
| #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 727 of file stm32f4xx_hal_tim.h.
| #define TIM_FLAG_CC1 TIM_SR_CC1IF |
Capture/Compare 1 interrupt flag
Definition at line 721 of file stm32f4xx_hal_tim.h.
| #define TIM_FLAG_CC1OF TIM_SR_CC1OF |
Capture 1 overcapture flag
Definition at line 728 of file stm32f4xx_hal_tim.h.
| #define TIM_FLAG_CC2 TIM_SR_CC2IF |
Capture/Compare 2 interrupt flag
Definition at line 722 of file stm32f4xx_hal_tim.h.
| #define TIM_FLAG_CC2OF TIM_SR_CC2OF |
Capture 2 overcapture flag
Definition at line 729 of file stm32f4xx_hal_tim.h.
| #define TIM_FLAG_CC3 TIM_SR_CC3IF |
Capture/Compare 3 interrupt flag
Definition at line 723 of file stm32f4xx_hal_tim.h.
| #define TIM_FLAG_CC3OF TIM_SR_CC3OF |
Capture 3 overcapture flag
Definition at line 730 of file stm32f4xx_hal_tim.h.
| #define TIM_FLAG_CC4 TIM_SR_CC4IF |
Capture/Compare 4 interrupt flag
Definition at line 724 of file stm32f4xx_hal_tim.h.
| #define TIM_FLAG_CC4OF TIM_SR_CC4OF |
Capture 4 overcapture flag
Definition at line 731 of file stm32f4xx_hal_tim.h.
| #define TIM_FLAG_COM TIM_SR_COMIF |
Commutation interrupt flag
Definition at line 725 of file stm32f4xx_hal_tim.h.
| #define TIM_FLAG_TRIGGER TIM_SR_TIF |
Trigger interrupt flag
Definition at line 726 of file stm32f4xx_hal_tim.h.
| #define TIM_FLAG_UPDATE TIM_SR_UIF |
Update interrupt flag
Definition at line 720 of file stm32f4xx_hal_tim.h.