Lines Matching refs:tmpccmrx
7326 uint32_t tmpccmrx; in TIM_OC1_SetConfig() local
7340 tmpccmrx = TIMx->CCMR1; in TIM_OC1_SetConfig()
7343 tmpccmrx &= ~TIM_CCMR1_OC1M; in TIM_OC1_SetConfig()
7344 tmpccmrx &= ~TIM_CCMR1_CC1S; in TIM_OC1_SetConfig()
7346 tmpccmrx |= OC_Config->OCMode; in TIM_OC1_SetConfig()
7385 TIMx->CCMR1 = tmpccmrx; in TIM_OC1_SetConfig()
7402 uint32_t tmpccmrx; in TIM_OC2_SetConfig() local
7416 tmpccmrx = TIMx->CCMR1; in TIM_OC2_SetConfig()
7419 tmpccmrx &= ~TIM_CCMR1_OC2M; in TIM_OC2_SetConfig()
7420 tmpccmrx &= ~TIM_CCMR1_CC2S; in TIM_OC2_SetConfig()
7423 tmpccmrx |= (OC_Config->OCMode << 8U); in TIM_OC2_SetConfig()
7461 TIMx->CCMR1 = tmpccmrx; in TIM_OC2_SetConfig()
7478 uint32_t tmpccmrx; in TIM_OC3_SetConfig() local
7492 tmpccmrx = TIMx->CCMR2; in TIM_OC3_SetConfig()
7495 tmpccmrx &= ~TIM_CCMR2_OC3M; in TIM_OC3_SetConfig()
7496 tmpccmrx &= ~TIM_CCMR2_CC3S; in TIM_OC3_SetConfig()
7498 tmpccmrx |= OC_Config->OCMode; in TIM_OC3_SetConfig()
7536 TIMx->CCMR2 = tmpccmrx; in TIM_OC3_SetConfig()
7553 uint32_t tmpccmrx; in TIM_OC4_SetConfig() local
7567 tmpccmrx = TIMx->CCMR2; in TIM_OC4_SetConfig()
7570 tmpccmrx &= ~TIM_CCMR2_OC4M; in TIM_OC4_SetConfig()
7571 tmpccmrx &= ~TIM_CCMR2_CC4S; in TIM_OC4_SetConfig()
7574 tmpccmrx |= (OC_Config->OCMode << 8U); in TIM_OC4_SetConfig()
7614 TIMx->CCMR2 = tmpccmrx; in TIM_OC4_SetConfig()
7632 uint32_t tmpccmrx; in TIM_OC5_SetConfig() local
7645 tmpccmrx = TIMx->CCMR3; in TIM_OC5_SetConfig()
7648 tmpccmrx &= ~(TIM_CCMR3_OC5M); in TIM_OC5_SetConfig()
7650 tmpccmrx |= OC_Config->OCMode; in TIM_OC5_SetConfig()
7668 TIMx->CCMR3 = tmpccmrx; in TIM_OC5_SetConfig()
7686 uint32_t tmpccmrx; in TIM_OC6_SetConfig() local
7699 tmpccmrx = TIMx->CCMR3; in TIM_OC6_SetConfig()
7702 tmpccmrx &= ~(TIM_CCMR3_OC6M); in TIM_OC6_SetConfig()
7704 tmpccmrx |= (OC_Config->OCMode << 8U); in TIM_OC6_SetConfig()
7723 TIMx->CCMR3 = tmpccmrx; in TIM_OC6_SetConfig()