Lines Matching refs:tmpccmrx

6993   uint32_t tmpccmrx;  in TIM_OC1_SetConfig()  local
7007 tmpccmrx = TIMx->CCMR1; in TIM_OC1_SetConfig()
7010 tmpccmrx &= ~TIM_CCMR1_OC1M; in TIM_OC1_SetConfig()
7011 tmpccmrx &= ~TIM_CCMR1_CC1S; in TIM_OC1_SetConfig()
7013 tmpccmrx |= OC_Config->OCMode; in TIM_OC1_SetConfig()
7052 TIMx->CCMR1 = tmpccmrx; in TIM_OC1_SetConfig()
7069 uint32_t tmpccmrx; in TIM_OC2_SetConfig() local
7083 tmpccmrx = TIMx->CCMR1; in TIM_OC2_SetConfig()
7086 tmpccmrx &= ~TIM_CCMR1_OC2M; in TIM_OC2_SetConfig()
7087 tmpccmrx &= ~TIM_CCMR1_CC2S; in TIM_OC2_SetConfig()
7090 tmpccmrx |= (OC_Config->OCMode << 8U); in TIM_OC2_SetConfig()
7128 TIMx->CCMR1 = tmpccmrx; in TIM_OC2_SetConfig()
7145 uint32_t tmpccmrx; in TIM_OC3_SetConfig() local
7159 tmpccmrx = TIMx->CCMR2; in TIM_OC3_SetConfig()
7162 tmpccmrx &= ~TIM_CCMR2_OC3M; in TIM_OC3_SetConfig()
7163 tmpccmrx &= ~TIM_CCMR2_CC3S; in TIM_OC3_SetConfig()
7165 tmpccmrx |= OC_Config->OCMode; in TIM_OC3_SetConfig()
7203 TIMx->CCMR2 = tmpccmrx; in TIM_OC3_SetConfig()
7220 uint32_t tmpccmrx; in TIM_OC4_SetConfig() local
7234 tmpccmrx = TIMx->CCMR2; in TIM_OC4_SetConfig()
7237 tmpccmrx &= ~TIM_CCMR2_OC4M; in TIM_OC4_SetConfig()
7238 tmpccmrx &= ~TIM_CCMR2_CC4S; in TIM_OC4_SetConfig()
7241 tmpccmrx |= (OC_Config->OCMode << 8U); in TIM_OC4_SetConfig()
7264 TIMx->CCMR2 = tmpccmrx; in TIM_OC4_SetConfig()
7282 uint32_t tmpccmrx; in TIM_OC5_SetConfig() local
7295 tmpccmrx = TIMx->CCMR3; in TIM_OC5_SetConfig()
7298 tmpccmrx &= ~(TIM_CCMR3_OC5M); in TIM_OC5_SetConfig()
7300 tmpccmrx |= OC_Config->OCMode; in TIM_OC5_SetConfig()
7318 TIMx->CCMR3 = tmpccmrx; in TIM_OC5_SetConfig()
7336 uint32_t tmpccmrx; in TIM_OC6_SetConfig() local
7349 tmpccmrx = TIMx->CCMR3; in TIM_OC6_SetConfig()
7352 tmpccmrx &= ~(TIM_CCMR3_OC6M); in TIM_OC6_SetConfig()
7354 tmpccmrx |= (OC_Config->OCMode << 8U); in TIM_OC6_SetConfig()
7373 TIMx->CCMR3 = tmpccmrx; in TIM_OC6_SetConfig()