Lines Matching refs:tmpccmrx

7290   uint32_t tmpccmrx;  in TIM_OC1_SetConfig()  local
7304 tmpccmrx = TIMx->CCMR1; in TIM_OC1_SetConfig()
7307 tmpccmrx &= ~TIM_CCMR1_OC1M; in TIM_OC1_SetConfig()
7308 tmpccmrx &= ~TIM_CCMR1_CC1S; in TIM_OC1_SetConfig()
7310 tmpccmrx |= OC_Config->OCMode; in TIM_OC1_SetConfig()
7349 TIMx->CCMR1 = tmpccmrx; in TIM_OC1_SetConfig()
7366 uint32_t tmpccmrx; in TIM_OC2_SetConfig() local
7380 tmpccmrx = TIMx->CCMR1; in TIM_OC2_SetConfig()
7383 tmpccmrx &= ~TIM_CCMR1_OC2M; in TIM_OC2_SetConfig()
7384 tmpccmrx &= ~TIM_CCMR1_CC2S; in TIM_OC2_SetConfig()
7387 tmpccmrx |= (OC_Config->OCMode << 8U); in TIM_OC2_SetConfig()
7425 TIMx->CCMR1 = tmpccmrx; in TIM_OC2_SetConfig()
7442 uint32_t tmpccmrx; in TIM_OC3_SetConfig() local
7456 tmpccmrx = TIMx->CCMR2; in TIM_OC3_SetConfig()
7459 tmpccmrx &= ~TIM_CCMR2_OC3M; in TIM_OC3_SetConfig()
7460 tmpccmrx &= ~TIM_CCMR2_CC3S; in TIM_OC3_SetConfig()
7462 tmpccmrx |= OC_Config->OCMode; in TIM_OC3_SetConfig()
7500 TIMx->CCMR2 = tmpccmrx; in TIM_OC3_SetConfig()
7517 uint32_t tmpccmrx; in TIM_OC4_SetConfig() local
7531 tmpccmrx = TIMx->CCMR2; in TIM_OC4_SetConfig()
7534 tmpccmrx &= ~TIM_CCMR2_OC4M; in TIM_OC4_SetConfig()
7535 tmpccmrx &= ~TIM_CCMR2_CC4S; in TIM_OC4_SetConfig()
7538 tmpccmrx |= (OC_Config->OCMode << 8U); in TIM_OC4_SetConfig()
7578 TIMx->CCMR2 = tmpccmrx; in TIM_OC4_SetConfig()
7596 uint32_t tmpccmrx; in TIM_OC5_SetConfig() local
7609 tmpccmrx = TIMx->CCMR3; in TIM_OC5_SetConfig()
7612 tmpccmrx &= ~(TIM_CCMR3_OC5M); in TIM_OC5_SetConfig()
7614 tmpccmrx |= OC_Config->OCMode; in TIM_OC5_SetConfig()
7632 TIMx->CCMR3 = tmpccmrx; in TIM_OC5_SetConfig()
7650 uint32_t tmpccmrx; in TIM_OC6_SetConfig() local
7663 tmpccmrx = TIMx->CCMR3; in TIM_OC6_SetConfig()
7666 tmpccmrx &= ~(TIM_CCMR3_OC6M); in TIM_OC6_SetConfig()
7668 tmpccmrx |= (OC_Config->OCMode << 8U); in TIM_OC6_SetConfig()
7687 TIMx->CCMR3 = tmpccmrx; in TIM_OC6_SetConfig()