Searched defs:IS_TIM_OSSR_STATE (Results 1 – 2 of 2) sorted by relevance
876 #define IS_TIM_OSSR_STATE(STATE) (((STATE) == TIM_OSSR_ENABLE) || \ macro
1711 #define IS_TIM_OSSR_STATE(__STATE__) (((__STATE__) == TIM_OSSR_ENABLE) || \ macro