Lines Matching refs:tmpccmrx

7021   uint32_t tmpccmrx;  in TIM_OC1_SetConfig()  local
7035 tmpccmrx = TIMx->CCMR1; in TIM_OC1_SetConfig()
7038 tmpccmrx &= ~TIM_CCMR1_OC1M; in TIM_OC1_SetConfig()
7039 tmpccmrx &= ~TIM_CCMR1_CC1S; in TIM_OC1_SetConfig()
7041 tmpccmrx |= OC_Config->OCMode; in TIM_OC1_SetConfig()
7080 TIMx->CCMR1 = tmpccmrx; in TIM_OC1_SetConfig()
7097 uint32_t tmpccmrx; in TIM_OC2_SetConfig() local
7111 tmpccmrx = TIMx->CCMR1; in TIM_OC2_SetConfig()
7114 tmpccmrx &= ~TIM_CCMR1_OC2M; in TIM_OC2_SetConfig()
7115 tmpccmrx &= ~TIM_CCMR1_CC2S; in TIM_OC2_SetConfig()
7118 tmpccmrx |= (OC_Config->OCMode << 8U); in TIM_OC2_SetConfig()
7156 TIMx->CCMR1 = tmpccmrx; in TIM_OC2_SetConfig()
7173 uint32_t tmpccmrx; in TIM_OC3_SetConfig() local
7187 tmpccmrx = TIMx->CCMR2; in TIM_OC3_SetConfig()
7190 tmpccmrx &= ~TIM_CCMR2_OC3M; in TIM_OC3_SetConfig()
7191 tmpccmrx &= ~TIM_CCMR2_CC3S; in TIM_OC3_SetConfig()
7193 tmpccmrx |= OC_Config->OCMode; in TIM_OC3_SetConfig()
7231 TIMx->CCMR2 = tmpccmrx; in TIM_OC3_SetConfig()
7248 uint32_t tmpccmrx; in TIM_OC4_SetConfig() local
7262 tmpccmrx = TIMx->CCMR2; in TIM_OC4_SetConfig()
7265 tmpccmrx &= ~TIM_CCMR2_OC4M; in TIM_OC4_SetConfig()
7266 tmpccmrx &= ~TIM_CCMR2_CC4S; in TIM_OC4_SetConfig()
7269 tmpccmrx |= (OC_Config->OCMode << 8U); in TIM_OC4_SetConfig()
7292 TIMx->CCMR2 = tmpccmrx; in TIM_OC4_SetConfig()
7310 uint32_t tmpccmrx; in TIM_OC5_SetConfig() local
7323 tmpccmrx = TIMx->CCMR3; in TIM_OC5_SetConfig()
7326 tmpccmrx &= ~(TIM_CCMR3_OC5M); in TIM_OC5_SetConfig()
7328 tmpccmrx |= OC_Config->OCMode; in TIM_OC5_SetConfig()
7346 TIMx->CCMR3 = tmpccmrx; in TIM_OC5_SetConfig()
7364 uint32_t tmpccmrx; in TIM_OC6_SetConfig() local
7377 tmpccmrx = TIMx->CCMR3; in TIM_OC6_SetConfig()
7380 tmpccmrx &= ~(TIM_CCMR3_OC6M); in TIM_OC6_SetConfig()
7382 tmpccmrx |= (OC_Config->OCMode << 8U); in TIM_OC6_SetConfig()
7401 TIMx->CCMR3 = tmpccmrx; in TIM_OC6_SetConfig()