Lines Matching refs:tmpccmrx

7323   uint32_t tmpccmrx;  in TIM_OC1_SetConfig()  local
7337 tmpccmrx = TIMx->CCMR1; in TIM_OC1_SetConfig()
7340 tmpccmrx &= ~TIM_CCMR1_OC1M; in TIM_OC1_SetConfig()
7341 tmpccmrx &= ~TIM_CCMR1_CC1S; in TIM_OC1_SetConfig()
7343 tmpccmrx |= OC_Config->OCMode; in TIM_OC1_SetConfig()
7382 TIMx->CCMR1 = tmpccmrx; in TIM_OC1_SetConfig()
7399 uint32_t tmpccmrx; in TIM_OC2_SetConfig() local
7413 tmpccmrx = TIMx->CCMR1; in TIM_OC2_SetConfig()
7416 tmpccmrx &= ~TIM_CCMR1_OC2M; in TIM_OC2_SetConfig()
7417 tmpccmrx &= ~TIM_CCMR1_CC2S; in TIM_OC2_SetConfig()
7420 tmpccmrx |= (OC_Config->OCMode << 8U); in TIM_OC2_SetConfig()
7458 TIMx->CCMR1 = tmpccmrx; in TIM_OC2_SetConfig()
7475 uint32_t tmpccmrx; in TIM_OC3_SetConfig() local
7489 tmpccmrx = TIMx->CCMR2; in TIM_OC3_SetConfig()
7492 tmpccmrx &= ~TIM_CCMR2_OC3M; in TIM_OC3_SetConfig()
7493 tmpccmrx &= ~TIM_CCMR2_CC3S; in TIM_OC3_SetConfig()
7495 tmpccmrx |= OC_Config->OCMode; in TIM_OC3_SetConfig()
7533 TIMx->CCMR2 = tmpccmrx; in TIM_OC3_SetConfig()
7550 uint32_t tmpccmrx; in TIM_OC4_SetConfig() local
7564 tmpccmrx = TIMx->CCMR2; in TIM_OC4_SetConfig()
7567 tmpccmrx &= ~TIM_CCMR2_OC4M; in TIM_OC4_SetConfig()
7568 tmpccmrx &= ~TIM_CCMR2_CC4S; in TIM_OC4_SetConfig()
7571 tmpccmrx |= (OC_Config->OCMode << 8U); in TIM_OC4_SetConfig()
7611 TIMx->CCMR2 = tmpccmrx; in TIM_OC4_SetConfig()
7629 uint32_t tmpccmrx; in TIM_OC5_SetConfig() local
7642 tmpccmrx = TIMx->CCMR3; in TIM_OC5_SetConfig()
7645 tmpccmrx &= ~(TIM_CCMR3_OC5M); in TIM_OC5_SetConfig()
7647 tmpccmrx |= OC_Config->OCMode; in TIM_OC5_SetConfig()
7665 TIMx->CCMR3 = tmpccmrx; in TIM_OC5_SetConfig()
7683 uint32_t tmpccmrx; in TIM_OC6_SetConfig() local
7696 tmpccmrx = TIMx->CCMR3; in TIM_OC6_SetConfig()
7699 tmpccmrx &= ~(TIM_CCMR3_OC6M); in TIM_OC6_SetConfig()
7701 tmpccmrx |= (OC_Config->OCMode << 8U); in TIM_OC6_SetConfig()
7720 TIMx->CCMR3 = tmpccmrx; in TIM_OC6_SetConfig()