CARME-M4 BSP
V1.5
|
Macros | |
#define | TIM_UpdateSource_Global ((uint16_t)0x0000) |
#define | TIM_UpdateSource_Regular ((uint16_t)0x0001) |
#define | IS_TIM_UPDATE_SOURCE(SOURCE) |
#define IS_TIM_UPDATE_SOURCE | ( | SOURCE | ) |
Definition at line 820 of file stm32f4xx_tim.h.
#define TIM_UpdateSource_Global ((uint16_t)0x0000) |
Source of update is the counter overflow/underflow or the setting of UG bit, or an update generation through the slave mode controller.
Definition at line 814 of file stm32f4xx_tim.h.
#define TIM_UpdateSource_Regular ((uint16_t)0x0001) |
Source of update is counter overflow/underflow.
Definition at line 819 of file stm32f4xx_tim.h.