Defines | |
| #define | TIM_OutputState_Disable ((uint16_t)0x0000) |
| #define | TIM_OutputState_Enable ((uint16_t)0x0001) |
| #define | IS_TIM_OUTPUT_STATE(STATE) |
| #define TIM_OutputState_Disable ((uint16_t)0x0000) |
Referenced by TIM_OCStructInit().
| #define TIM_OutputState_Enable ((uint16_t)0x0001) |
| #define IS_TIM_OUTPUT_STATE | ( | STATE | ) |
(((STATE) == TIM_OutputState_Disable) || \ ((STATE) == TIM_OutputState_Enable))
Referenced by TIM_OC1Init(), TIM_OC2Init(), TIM_OC3Init(), and TIM_OC4Init().