Searched refs:TIM_UpdateSource_Global (Results 1 – 2 of 2) sorted by relevance
357 #define TIM_UpdateSource_Global ((u32)0x00000000) /*!< Source of update is the counter overflow or… macro359 #define IS_TIM_UPDATE_SOURCE(SOURCE) (((SOURCE) == TIM_UpdateSource_Global) || \
155 if (TIM_UpdateSource != TIM_UpdateSource_Global) { in RTIM_UpdateRequestConfig()
Completed in 5 milliseconds