Lines Matching refs:tmpccmrx
7165 uint32_t tmpccmrx; in TIM_OC1_SetConfig() local
7179 tmpccmrx = TIMx->CCMR1; in TIM_OC1_SetConfig()
7182 tmpccmrx &= ~TIM_CCMR1_OC1M; in TIM_OC1_SetConfig()
7183 tmpccmrx &= ~TIM_CCMR1_CC1S; in TIM_OC1_SetConfig()
7185 tmpccmrx |= OC_Config->OCMode; in TIM_OC1_SetConfig()
7224 TIMx->CCMR1 = tmpccmrx; in TIM_OC1_SetConfig()
7241 uint32_t tmpccmrx; in TIM_OC2_SetConfig() local
7255 tmpccmrx = TIMx->CCMR1; in TIM_OC2_SetConfig()
7258 tmpccmrx &= ~TIM_CCMR1_OC2M; in TIM_OC2_SetConfig()
7259 tmpccmrx &= ~TIM_CCMR1_CC2S; in TIM_OC2_SetConfig()
7262 tmpccmrx |= (OC_Config->OCMode << 8U); in TIM_OC2_SetConfig()
7300 TIMx->CCMR1 = tmpccmrx; in TIM_OC2_SetConfig()
7317 uint32_t tmpccmrx; in TIM_OC3_SetConfig() local
7331 tmpccmrx = TIMx->CCMR2; in TIM_OC3_SetConfig()
7334 tmpccmrx &= ~TIM_CCMR2_OC3M; in TIM_OC3_SetConfig()
7335 tmpccmrx &= ~TIM_CCMR2_CC3S; in TIM_OC3_SetConfig()
7337 tmpccmrx |= OC_Config->OCMode; in TIM_OC3_SetConfig()
7375 TIMx->CCMR2 = tmpccmrx; in TIM_OC3_SetConfig()
7392 uint32_t tmpccmrx; in TIM_OC4_SetConfig() local
7406 tmpccmrx = TIMx->CCMR2; in TIM_OC4_SetConfig()
7409 tmpccmrx &= ~TIM_CCMR2_OC4M; in TIM_OC4_SetConfig()
7410 tmpccmrx &= ~TIM_CCMR2_CC4S; in TIM_OC4_SetConfig()
7413 tmpccmrx |= (OC_Config->OCMode << 8U); in TIM_OC4_SetConfig()
7453 TIMx->CCMR2 = tmpccmrx; in TIM_OC4_SetConfig()
7471 uint32_t tmpccmrx; in TIM_OC5_SetConfig() local
7484 tmpccmrx = TIMx->CCMR3; in TIM_OC5_SetConfig()
7487 tmpccmrx &= ~(TIM_CCMR3_OC5M); in TIM_OC5_SetConfig()
7489 tmpccmrx |= OC_Config->OCMode; in TIM_OC5_SetConfig()
7507 TIMx->CCMR3 = tmpccmrx; in TIM_OC5_SetConfig()
7525 uint32_t tmpccmrx; in TIM_OC6_SetConfig() local
7538 tmpccmrx = TIMx->CCMR3; in TIM_OC6_SetConfig()
7541 tmpccmrx &= ~(TIM_CCMR3_OC6M); in TIM_OC6_SetConfig()
7543 tmpccmrx |= (OC_Config->OCMode << 8U); in TIM_OC6_SetConfig()
7562 TIMx->CCMR3 = tmpccmrx; in TIM_OC6_SetConfig()