Lines Matching refs:tmpccmrx

7314   uint32_t tmpccmrx;  in TIM_OC1_SetConfig()  local
7328 tmpccmrx = TIMx->CCMR1; in TIM_OC1_SetConfig()
7331 tmpccmrx &= ~TIM_CCMR1_OC1M; in TIM_OC1_SetConfig()
7332 tmpccmrx &= ~TIM_CCMR1_CC1S; in TIM_OC1_SetConfig()
7334 tmpccmrx |= OC_Config->OCMode; in TIM_OC1_SetConfig()
7373 TIMx->CCMR1 = tmpccmrx; in TIM_OC1_SetConfig()
7390 uint32_t tmpccmrx; in TIM_OC2_SetConfig() local
7404 tmpccmrx = TIMx->CCMR1; in TIM_OC2_SetConfig()
7407 tmpccmrx &= ~TIM_CCMR1_OC2M; in TIM_OC2_SetConfig()
7408 tmpccmrx &= ~TIM_CCMR1_CC2S; in TIM_OC2_SetConfig()
7411 tmpccmrx |= (OC_Config->OCMode << 8U); in TIM_OC2_SetConfig()
7449 TIMx->CCMR1 = tmpccmrx; in TIM_OC2_SetConfig()
7466 uint32_t tmpccmrx; in TIM_OC3_SetConfig() local
7480 tmpccmrx = TIMx->CCMR2; in TIM_OC3_SetConfig()
7483 tmpccmrx &= ~TIM_CCMR2_OC3M; in TIM_OC3_SetConfig()
7484 tmpccmrx &= ~TIM_CCMR2_CC3S; in TIM_OC3_SetConfig()
7486 tmpccmrx |= OC_Config->OCMode; in TIM_OC3_SetConfig()
7524 TIMx->CCMR2 = tmpccmrx; in TIM_OC3_SetConfig()
7541 uint32_t tmpccmrx; in TIM_OC4_SetConfig() local
7555 tmpccmrx = TIMx->CCMR2; in TIM_OC4_SetConfig()
7558 tmpccmrx &= ~TIM_CCMR2_OC4M; in TIM_OC4_SetConfig()
7559 tmpccmrx &= ~TIM_CCMR2_CC4S; in TIM_OC4_SetConfig()
7562 tmpccmrx |= (OC_Config->OCMode << 8U); in TIM_OC4_SetConfig()
7602 TIMx->CCMR2 = tmpccmrx; in TIM_OC4_SetConfig()
7620 uint32_t tmpccmrx; in TIM_OC5_SetConfig() local
7633 tmpccmrx = TIMx->CCMR3; in TIM_OC5_SetConfig()
7636 tmpccmrx &= ~(TIM_CCMR3_OC5M); in TIM_OC5_SetConfig()
7638 tmpccmrx |= OC_Config->OCMode; in TIM_OC5_SetConfig()
7656 TIMx->CCMR3 = tmpccmrx; in TIM_OC5_SetConfig()
7674 uint32_t tmpccmrx; in TIM_OC6_SetConfig() local
7687 tmpccmrx = TIMx->CCMR3; in TIM_OC6_SetConfig()
7690 tmpccmrx &= ~(TIM_CCMR3_OC6M); in TIM_OC6_SetConfig()
7692 tmpccmrx |= (OC_Config->OCMode << 8U); in TIM_OC6_SetConfig()
7711 TIMx->CCMR3 = tmpccmrx; in TIM_OC6_SetConfig()