Lines Matching refs:tmpccmrx

6990   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
7078 tmpccmrx = TIMx->CCMR1; in TIM_OC2_SetConfig()
7081 tmpccmrx &= ~TIM_CCMR1_OC2M; in TIM_OC2_SetConfig()
7082 tmpccmrx &= ~TIM_CCMR1_CC2S; in TIM_OC2_SetConfig()
7085 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
7154 tmpccmrx = TIMx->CCMR2; in TIM_OC3_SetConfig()
7157 tmpccmrx &= ~TIM_CCMR2_OC3M; in TIM_OC3_SetConfig()
7158 tmpccmrx &= ~TIM_CCMR2_CC3S; in TIM_OC3_SetConfig()
7160 tmpccmrx |= OC_Config->OCMode; in TIM_OC3_SetConfig()
7198 TIMx->CCMR2 = tmpccmrx; in TIM_OC3_SetConfig()
7215 uint32_t tmpccmrx; in TIM_OC4_SetConfig() local
7228 tmpccmrx = TIMx->CCMR2; in TIM_OC4_SetConfig()
7231 tmpccmrx &= ~TIM_CCMR2_OC4M; in TIM_OC4_SetConfig()
7232 tmpccmrx &= ~TIM_CCMR2_CC4S; in TIM_OC4_SetConfig()
7235 tmpccmrx |= (OC_Config->OCMode << 8U); in TIM_OC4_SetConfig()
7258 TIMx->CCMR2 = tmpccmrx; in TIM_OC4_SetConfig()
7276 uint32_t tmpccmrx; in TIM_OC5_SetConfig() local
7288 tmpccmrx = TIMx->CCMR3; in TIM_OC5_SetConfig()
7291 tmpccmrx &= ~(TIM_CCMR3_OC5M); in TIM_OC5_SetConfig()
7293 tmpccmrx |= OC_Config->OCMode; in TIM_OC5_SetConfig()
7311 TIMx->CCMR3 = tmpccmrx; in TIM_OC5_SetConfig()
7329 uint32_t tmpccmrx; in TIM_OC6_SetConfig() local
7341 tmpccmrx = TIMx->CCMR3; in TIM_OC6_SetConfig()
7344 tmpccmrx &= ~(TIM_CCMR3_OC6M); in TIM_OC6_SetConfig()
7346 tmpccmrx |= (OC_Config->OCMode << 8U); in TIM_OC6_SetConfig()
7365 TIMx->CCMR3 = tmpccmrx; in TIM_OC6_SetConfig()