Lines Matching refs:tmpccmrx

7010   uint32_t tmpccmrx;  in TIM_OC1_SetConfig()  local
7024 tmpccmrx = TIMx->CCMR1; in TIM_OC1_SetConfig()
7027 tmpccmrx &= ~TIM_CCMR1_OC1M; in TIM_OC1_SetConfig()
7028 tmpccmrx &= ~TIM_CCMR1_CC1S; in TIM_OC1_SetConfig()
7030 tmpccmrx |= OC_Config->OCMode; in TIM_OC1_SetConfig()
7069 TIMx->CCMR1 = tmpccmrx; in TIM_OC1_SetConfig()
7086 uint32_t tmpccmrx; in TIM_OC2_SetConfig() local
7100 tmpccmrx = TIMx->CCMR1; in TIM_OC2_SetConfig()
7103 tmpccmrx &= ~TIM_CCMR1_OC2M; in TIM_OC2_SetConfig()
7104 tmpccmrx &= ~TIM_CCMR1_CC2S; in TIM_OC2_SetConfig()
7107 tmpccmrx |= (OC_Config->OCMode << 8U); in TIM_OC2_SetConfig()
7145 TIMx->CCMR1 = tmpccmrx; in TIM_OC2_SetConfig()
7162 uint32_t tmpccmrx; in TIM_OC3_SetConfig() local
7176 tmpccmrx = TIMx->CCMR2; in TIM_OC3_SetConfig()
7179 tmpccmrx &= ~TIM_CCMR2_OC3M; in TIM_OC3_SetConfig()
7180 tmpccmrx &= ~TIM_CCMR2_CC3S; in TIM_OC3_SetConfig()
7182 tmpccmrx |= OC_Config->OCMode; in TIM_OC3_SetConfig()
7220 TIMx->CCMR2 = tmpccmrx; in TIM_OC3_SetConfig()
7237 uint32_t tmpccmrx; in TIM_OC4_SetConfig() local
7251 tmpccmrx = TIMx->CCMR2; in TIM_OC4_SetConfig()
7254 tmpccmrx &= ~TIM_CCMR2_OC4M; in TIM_OC4_SetConfig()
7255 tmpccmrx &= ~TIM_CCMR2_CC4S; in TIM_OC4_SetConfig()
7258 tmpccmrx |= (OC_Config->OCMode << 8U); in TIM_OC4_SetConfig()
7281 TIMx->CCMR2 = tmpccmrx; in TIM_OC4_SetConfig()
7299 uint32_t tmpccmrx; in TIM_OC5_SetConfig() local
7312 tmpccmrx = TIMx->CCMR3; in TIM_OC5_SetConfig()
7315 tmpccmrx &= ~(TIM_CCMR3_OC5M); in TIM_OC5_SetConfig()
7317 tmpccmrx |= OC_Config->OCMode; in TIM_OC5_SetConfig()
7335 TIMx->CCMR3 = tmpccmrx; in TIM_OC5_SetConfig()
7353 uint32_t tmpccmrx; in TIM_OC6_SetConfig() local
7366 tmpccmrx = TIMx->CCMR3; in TIM_OC6_SetConfig()
7369 tmpccmrx &= ~(TIM_CCMR3_OC6M); in TIM_OC6_SetConfig()
7371 tmpccmrx |= (OC_Config->OCMode << 8U); in TIM_OC6_SetConfig()
7390 TIMx->CCMR3 = tmpccmrx; in TIM_OC6_SetConfig()