Lines Matching refs:tmpccmrx

5996   uint32_t tmpccmrx;  in TIM_OC1_SetConfig()  local
6009 tmpccmrx = TIMx->CCMR1; in TIM_OC1_SetConfig()
6012 tmpccmrx &= ~TIM_CCMR1_OC1M; in TIM_OC1_SetConfig()
6013 tmpccmrx &= ~TIM_CCMR1_CC1S; in TIM_OC1_SetConfig()
6015 tmpccmrx |= OC_Config->OCMode; in TIM_OC1_SetConfig()
6054 TIMx->CCMR1 = tmpccmrx; in TIM_OC1_SetConfig()
6071 uint32_t tmpccmrx; in TIM_OC2_SetConfig() local
6084 tmpccmrx = TIMx->CCMR1; in TIM_OC2_SetConfig()
6087 tmpccmrx &= ~TIM_CCMR1_OC2M; in TIM_OC2_SetConfig()
6088 tmpccmrx &= ~TIM_CCMR1_CC2S; in TIM_OC2_SetConfig()
6091 tmpccmrx |= (OC_Config->OCMode << 8U); in TIM_OC2_SetConfig()
6130 TIMx->CCMR1 = tmpccmrx; in TIM_OC2_SetConfig()
6147 uint32_t tmpccmrx; in TIM_OC3_SetConfig() local
6160 tmpccmrx = TIMx->CCMR2; in TIM_OC3_SetConfig()
6163 tmpccmrx &= ~TIM_CCMR2_OC3M; in TIM_OC3_SetConfig()
6164 tmpccmrx &= ~TIM_CCMR2_CC3S; in TIM_OC3_SetConfig()
6166 tmpccmrx |= OC_Config->OCMode; in TIM_OC3_SetConfig()
6204 TIMx->CCMR2 = tmpccmrx; in TIM_OC3_SetConfig()
6221 uint32_t tmpccmrx; in TIM_OC4_SetConfig() local
6234 tmpccmrx = TIMx->CCMR2; in TIM_OC4_SetConfig()
6237 tmpccmrx &= ~TIM_CCMR2_OC4M; in TIM_OC4_SetConfig()
6238 tmpccmrx &= ~TIM_CCMR2_CC4S; in TIM_OC4_SetConfig()
6241 tmpccmrx |= (OC_Config->OCMode << 8U); in TIM_OC4_SetConfig()
6264 TIMx->CCMR2 = tmpccmrx; in TIM_OC4_SetConfig()
6282 uint32_t tmpccmrx; in TIM_OC5_SetConfig() local
6294 tmpccmrx = TIMx->CCMR3; in TIM_OC5_SetConfig()
6297 tmpccmrx &= ~(TIM_CCMR3_OC5M); in TIM_OC5_SetConfig()
6299 tmpccmrx |= OC_Config->OCMode; in TIM_OC5_SetConfig()
6317 TIMx->CCMR3 = tmpccmrx; in TIM_OC5_SetConfig()
6335 uint32_t tmpccmrx; in TIM_OC6_SetConfig() local
6347 tmpccmrx = TIMx->CCMR3; in TIM_OC6_SetConfig()
6350 tmpccmrx &= ~(TIM_CCMR3_OC6M); in TIM_OC6_SetConfig()
6352 tmpccmrx |= (OC_Config->OCMode << 8U); in TIM_OC6_SetConfig()
6371 TIMx->CCMR3 = tmpccmrx; in TIM_OC6_SetConfig()