STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
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_UPDATE TIM_SR_UIF |
#include <stm32f4xx_hal_tim.h>
Update interrupt flag
Definition at line 719 of file stm32f4xx_hal_tim.h.
Referenced by HAL_TIM_IRQHandler(), and TIM_Base_SetConfig().
#define TIM_FLAG_CC1 TIM_SR_CC1IF |
#include <stm32f4xx_hal_tim.h>
Capture/Compare 1 interrupt flag
Definition at line 720 of file stm32f4xx_hal_tim.h.
Referenced by HAL_TIM_IRQHandler().
#define TIM_FLAG_CC2 TIM_SR_CC2IF |
#include <stm32f4xx_hal_tim.h>
Capture/Compare 2 interrupt flag
Definition at line 721 of file stm32f4xx_hal_tim.h.
Referenced by HAL_TIM_IRQHandler().
#define TIM_FLAG_CC3 TIM_SR_CC3IF |
#include <stm32f4xx_hal_tim.h>
Capture/Compare 3 interrupt flag
Definition at line 722 of file stm32f4xx_hal_tim.h.
Referenced by HAL_TIM_IRQHandler().
#define TIM_FLAG_CC4 TIM_SR_CC4IF |
#include <stm32f4xx_hal_tim.h>
Capture/Compare 4 interrupt flag
Definition at line 723 of file stm32f4xx_hal_tim.h.
Referenced by HAL_TIM_IRQHandler().
#define TIM_FLAG_COM TIM_SR_COMIF |
#include <stm32f4xx_hal_tim.h>
Commutation interrupt flag
Definition at line 724 of file stm32f4xx_hal_tim.h.
Referenced by HAL_TIM_IRQHandler().
#define TIM_FLAG_TRIGGER TIM_SR_TIF |
#include <stm32f4xx_hal_tim.h>
Trigger interrupt flag
Definition at line 725 of file stm32f4xx_hal_tim.h.
Referenced by HAL_TIM_IRQHandler().
#define TIM_FLAG_BREAK TIM_SR_BIF |
#include <stm32f4xx_hal_tim.h>
Break interrupt flag
Definition at line 726 of file stm32f4xx_hal_tim.h.
Referenced by HAL_TIM_IRQHandler().
#define TIM_FLAG_CC1OF TIM_SR_CC1OF |
#include <stm32f4xx_hal_tim.h>
Capture 1 overcapture flag
Definition at line 727 of file stm32f4xx_hal_tim.h.
#define TIM_FLAG_CC2OF TIM_SR_CC2OF |
#include <stm32f4xx_hal_tim.h>
Capture 2 overcapture flag
Definition at line 728 of file stm32f4xx_hal_tim.h.
#define TIM_FLAG_CC3OF TIM_SR_CC3OF |
#include <stm32f4xx_hal_tim.h>
Capture 3 overcapture flag
Definition at line 729 of file stm32f4xx_hal_tim.h.
#define TIM_FLAG_CC4OF TIM_SR_CC4OF |
#include <stm32f4xx_hal_tim.h>
Capture 4 overcapture flag
Definition at line 730 of file stm32f4xx_hal_tim.h.