Lines Matching refs:tmpccmrx
6992 uint32_t tmpccmrx; in TIM_OC1_SetConfig() local
7006 tmpccmrx = TIMx->CCMR1; in TIM_OC1_SetConfig()
7009 tmpccmrx &= ~TIM_CCMR1_OC1M; in TIM_OC1_SetConfig()
7010 tmpccmrx &= ~TIM_CCMR1_CC1S; in TIM_OC1_SetConfig()
7012 tmpccmrx |= OC_Config->OCMode; in TIM_OC1_SetConfig()
7051 TIMx->CCMR1 = tmpccmrx; in TIM_OC1_SetConfig()
7068 uint32_t tmpccmrx; in TIM_OC2_SetConfig() local
7082 tmpccmrx = TIMx->CCMR1; in TIM_OC2_SetConfig()
7085 tmpccmrx &= ~TIM_CCMR1_OC2M; in TIM_OC2_SetConfig()
7086 tmpccmrx &= ~TIM_CCMR1_CC2S; in TIM_OC2_SetConfig()
7089 tmpccmrx |= (OC_Config->OCMode << 8U); in TIM_OC2_SetConfig()
7127 TIMx->CCMR1 = tmpccmrx; in TIM_OC2_SetConfig()
7144 uint32_t tmpccmrx; in TIM_OC3_SetConfig() local
7158 tmpccmrx = TIMx->CCMR2; in TIM_OC3_SetConfig()
7161 tmpccmrx &= ~TIM_CCMR2_OC3M; in TIM_OC3_SetConfig()
7162 tmpccmrx &= ~TIM_CCMR2_CC3S; in TIM_OC3_SetConfig()
7164 tmpccmrx |= OC_Config->OCMode; in TIM_OC3_SetConfig()
7202 TIMx->CCMR2 = tmpccmrx; in TIM_OC3_SetConfig()
7219 uint32_t tmpccmrx; in TIM_OC4_SetConfig() local
7233 tmpccmrx = TIMx->CCMR2; in TIM_OC4_SetConfig()
7236 tmpccmrx &= ~TIM_CCMR2_OC4M; in TIM_OC4_SetConfig()
7237 tmpccmrx &= ~TIM_CCMR2_CC4S; in TIM_OC4_SetConfig()
7240 tmpccmrx |= (OC_Config->OCMode << 8U); in TIM_OC4_SetConfig()
7263 TIMx->CCMR2 = tmpccmrx; in TIM_OC4_SetConfig()
7281 uint32_t tmpccmrx; in TIM_OC5_SetConfig() local
7294 tmpccmrx = TIMx->CCMR3; in TIM_OC5_SetConfig()
7297 tmpccmrx &= ~(TIM_CCMR3_OC5M); in TIM_OC5_SetConfig()
7299 tmpccmrx |= OC_Config->OCMode; in TIM_OC5_SetConfig()
7317 TIMx->CCMR3 = tmpccmrx; in TIM_OC5_SetConfig()
7335 uint32_t tmpccmrx; in TIM_OC6_SetConfig() local
7348 tmpccmrx = TIMx->CCMR3; in TIM_OC6_SetConfig()
7351 tmpccmrx &= ~(TIM_CCMR3_OC6M); in TIM_OC6_SetConfig()
7353 tmpccmrx |= (OC_Config->OCMode << 8U); in TIM_OC6_SetConfig()
7372 TIMx->CCMR3 = tmpccmrx; in TIM_OC6_SetConfig()