Lines Matching refs:tmpccmrx
7028 uint32_t tmpccmrx; in TIM_OC1_SetConfig() local
7042 tmpccmrx = TIMx->CCMR1; in TIM_OC1_SetConfig()
7045 tmpccmrx &= ~TIM_CCMR1_OC1M; in TIM_OC1_SetConfig()
7046 tmpccmrx &= ~TIM_CCMR1_CC1S; in TIM_OC1_SetConfig()
7048 tmpccmrx |= OC_Config->OCMode; in TIM_OC1_SetConfig()
7087 TIMx->CCMR1 = tmpccmrx; in TIM_OC1_SetConfig()
7104 uint32_t tmpccmrx; in TIM_OC2_SetConfig() local
7118 tmpccmrx = TIMx->CCMR1; in TIM_OC2_SetConfig()
7121 tmpccmrx &= ~TIM_CCMR1_OC2M; in TIM_OC2_SetConfig()
7122 tmpccmrx &= ~TIM_CCMR1_CC2S; in TIM_OC2_SetConfig()
7125 tmpccmrx |= (OC_Config->OCMode << 8U); in TIM_OC2_SetConfig()
7165 TIMx->CCMR1 = tmpccmrx; in TIM_OC2_SetConfig()
7182 uint32_t tmpccmrx; in TIM_OC3_SetConfig() local
7196 tmpccmrx = TIMx->CCMR2; in TIM_OC3_SetConfig()
7199 tmpccmrx &= ~TIM_CCMR2_OC3M; in TIM_OC3_SetConfig()
7200 tmpccmrx &= ~TIM_CCMR2_CC3S; in TIM_OC3_SetConfig()
7202 tmpccmrx |= OC_Config->OCMode; in TIM_OC3_SetConfig()
7242 TIMx->CCMR2 = tmpccmrx; in TIM_OC3_SetConfig()
7259 uint32_t tmpccmrx; in TIM_OC4_SetConfig() local
7273 tmpccmrx = TIMx->CCMR2; in TIM_OC4_SetConfig()
7276 tmpccmrx &= ~TIM_CCMR2_OC4M; in TIM_OC4_SetConfig()
7277 tmpccmrx &= ~TIM_CCMR2_CC4S; in TIM_OC4_SetConfig()
7280 tmpccmrx |= (OC_Config->OCMode << 8U); in TIM_OC4_SetConfig()
7305 TIMx->CCMR2 = tmpccmrx; in TIM_OC4_SetConfig()
7324 uint32_t tmpccmrx; in TIM_OC5_SetConfig() local
7337 tmpccmrx = TIMx->CCMR3; in TIM_OC5_SetConfig()
7340 tmpccmrx &= ~(TIM_CCMR3_OC5M); in TIM_OC5_SetConfig()
7342 tmpccmrx |= OC_Config->OCMode; in TIM_OC5_SetConfig()
7360 TIMx->CCMR3 = tmpccmrx; in TIM_OC5_SetConfig()
7380 uint32_t tmpccmrx; in TIM_OC6_SetConfig() local
7393 tmpccmrx = TIMx->CCMR3; in TIM_OC6_SetConfig()
7396 tmpccmrx &= ~(TIM_CCMR3_OC6M); in TIM_OC6_SetConfig()
7398 tmpccmrx |= (OC_Config->OCMode << 8U); in TIM_OC6_SetConfig()
7417 TIMx->CCMR3 = tmpccmrx; in TIM_OC6_SetConfig()