Searched refs:TIM_FLAG_Update (Results 1 – 11 of 11) sorted by relevance
841 #define TIM_FLAG_Update ((uint16_t)0x0001) macro853 #define IS_TIM_GET_FLAG(FLAG) (((FLAG) == TIM_FLAG_Update) || \882 (((TIM_FLAG) == TIM_FLAG_Update))) ||\
923 #define TIM_FLAG_Update ((uint16_t)0x0001) macro935 #define IS_TIM_GET_FLAG(FLAG) (((FLAG) == TIM_FLAG_Update) || \
929 #define TIM_FLAG_Update ((uint16_t)0x0001) macro941 #define IS_TIM_GET_FLAG(FLAG) (((FLAG) == TIM_FLAG_Update) || \
865 #define TIM_FLAG_Update ((uint16_t)0x0001) macro877 #define IS_TIM_GET_FLAG(FLAG) (((FLAG) == TIM_FLAG_Update) || \
928 #define TIM_FLAG_Update ((uint16_t)0x0001) macro940 #define IS_TIM_GET_FLAG(FLAG) (((FLAG) == TIM_FLAG_Update) || \
374 #define TIM_FLAG_Update ((uint16_t)0x0001) macro
376 #define TIM_FLAG_Update ((uint16_t)0x0001) macro
412 TIM_FLAG_Update = TIM_SR_UI, ///< TIM update Flag enumerator
Completed in 39 milliseconds