![]() |
STM32F10x Standard Peripherals Library
3.5.0
|
Defines | |
| #define | TIM_ForcedAction_Active ((uint16_t)0x0050) |
| #define | TIM_ForcedAction_InActive ((uint16_t)0x0040) |
| #define | IS_TIM_FORCED_ACTION(ACTION) |
| #define IS_TIM_FORCED_ACTION | ( | ACTION | ) |
(((ACTION) == TIM_ForcedAction_Active) || \ ((ACTION) == TIM_ForcedAction_InActive))
Definition at line 817 of file stm32f10x_tim.h.
| #define TIM_ForcedAction_Active ((uint16_t)0x0050) |
Definition at line 815 of file stm32f10x_tim.h.
| #define TIM_ForcedAction_InActive ((uint16_t)0x0040) |
Definition at line 816 of file stm32f10x_tim.h.