Searched refs:DBGMCU_CR_TIM_STOP_Pos (Results 1 – 1 of 1) sorted by relevance
95 #define DBGMCU_CR_TIM_STOP_Pos (10) macro96 #define DBGMCU_CR_TIM1_STOP (0x01U << DBGMCU_CR_TIM_STOP_Pos) ///< TIM1 counter s…97 #define DBGMCU_CR_TIM2_STOP (0x02U << DBGMCU_CR_TIM_STOP_Pos) ///< TIM2 counter s…98 #define DBGMCU_CR_TIM3_STOP (0x04U << DBGMCU_CR_TIM_STOP_Pos) ///< TIM3 counter s…99 #define DBGMCU_CR_TIM4_STOP (0x08U << DBGMCU_CR_TIM_STOP_Pos) ///< TIM4 counter s…
Completed in 3 milliseconds