Lines Matching refs:tmpccmrx
6989 uint32_t tmpccmrx; in TIM_OC1_SetConfig() local
7003 tmpccmrx = TIMx->CCMR1; in TIM_OC1_SetConfig()
7006 tmpccmrx &= ~TIM_CCMR1_OC1M; in TIM_OC1_SetConfig()
7007 tmpccmrx &= ~TIM_CCMR1_CC1S; in TIM_OC1_SetConfig()
7009 tmpccmrx |= OC_Config->OCMode; in TIM_OC1_SetConfig()
7048 TIMx->CCMR1 = tmpccmrx; in TIM_OC1_SetConfig()
7065 uint32_t tmpccmrx; in TIM_OC2_SetConfig() local
7079 tmpccmrx = TIMx->CCMR1; in TIM_OC2_SetConfig()
7082 tmpccmrx &= ~TIM_CCMR1_OC2M; in TIM_OC2_SetConfig()
7083 tmpccmrx &= ~TIM_CCMR1_CC2S; in TIM_OC2_SetConfig()
7086 tmpccmrx |= (OC_Config->OCMode << 8U); in TIM_OC2_SetConfig()
7124 TIMx->CCMR1 = tmpccmrx; in TIM_OC2_SetConfig()
7141 uint32_t tmpccmrx; in TIM_OC3_SetConfig() local
7155 tmpccmrx = TIMx->CCMR2; in TIM_OC3_SetConfig()
7158 tmpccmrx &= ~TIM_CCMR2_OC3M; in TIM_OC3_SetConfig()
7159 tmpccmrx &= ~TIM_CCMR2_CC3S; in TIM_OC3_SetConfig()
7161 tmpccmrx |= OC_Config->OCMode; in TIM_OC3_SetConfig()
7199 TIMx->CCMR2 = tmpccmrx; in TIM_OC3_SetConfig()
7216 uint32_t tmpccmrx; in TIM_OC4_SetConfig() local
7230 tmpccmrx = TIMx->CCMR2; in TIM_OC4_SetConfig()
7233 tmpccmrx &= ~TIM_CCMR2_OC4M; in TIM_OC4_SetConfig()
7234 tmpccmrx &= ~TIM_CCMR2_CC4S; in TIM_OC4_SetConfig()
7237 tmpccmrx |= (OC_Config->OCMode << 8U); in TIM_OC4_SetConfig()
7260 TIMx->CCMR2 = tmpccmrx; in TIM_OC4_SetConfig()
7278 uint32_t tmpccmrx; in TIM_OC5_SetConfig() local
7291 tmpccmrx = TIMx->CCMR3; in TIM_OC5_SetConfig()
7294 tmpccmrx &= ~(TIM_CCMR3_OC5M); in TIM_OC5_SetConfig()
7296 tmpccmrx |= OC_Config->OCMode; in TIM_OC5_SetConfig()
7314 TIMx->CCMR3 = tmpccmrx; in TIM_OC5_SetConfig()
7332 uint32_t tmpccmrx; in TIM_OC6_SetConfig() local
7345 tmpccmrx = TIMx->CCMR3; in TIM_OC6_SetConfig()
7348 tmpccmrx &= ~(TIM_CCMR3_OC6M); in TIM_OC6_SetConfig()
7350 tmpccmrx |= (OC_Config->OCMode << 8U); in TIM_OC6_SetConfig()
7369 TIMx->CCMR3 = tmpccmrx; in TIM_OC6_SetConfig()