Lines Matching refs:tmpccmrx
6983 uint32_t tmpccmrx; in TIM_OC1_SetConfig() local
6997 tmpccmrx = TIMx->CCMR1; in TIM_OC1_SetConfig()
7000 tmpccmrx &= ~TIM_CCMR1_OC1M; in TIM_OC1_SetConfig()
7001 tmpccmrx &= ~TIM_CCMR1_CC1S; in TIM_OC1_SetConfig()
7003 tmpccmrx |= OC_Config->OCMode; in TIM_OC1_SetConfig()
7042 TIMx->CCMR1 = tmpccmrx; in TIM_OC1_SetConfig()
7059 uint32_t tmpccmrx; in TIM_OC2_SetConfig() local
7073 tmpccmrx = TIMx->CCMR1; in TIM_OC2_SetConfig()
7076 tmpccmrx &= ~TIM_CCMR1_OC2M; in TIM_OC2_SetConfig()
7077 tmpccmrx &= ~TIM_CCMR1_CC2S; in TIM_OC2_SetConfig()
7080 tmpccmrx |= (OC_Config->OCMode << 8U); in TIM_OC2_SetConfig()
7118 TIMx->CCMR1 = tmpccmrx; in TIM_OC2_SetConfig()
7135 uint32_t tmpccmrx; in TIM_OC3_SetConfig() local
7149 tmpccmrx = TIMx->CCMR2; in TIM_OC3_SetConfig()
7152 tmpccmrx &= ~TIM_CCMR2_OC3M; in TIM_OC3_SetConfig()
7153 tmpccmrx &= ~TIM_CCMR2_CC3S; in TIM_OC3_SetConfig()
7155 tmpccmrx |= OC_Config->OCMode; in TIM_OC3_SetConfig()
7193 TIMx->CCMR2 = tmpccmrx; in TIM_OC3_SetConfig()
7210 uint32_t tmpccmrx; in TIM_OC4_SetConfig() local
7224 tmpccmrx = TIMx->CCMR2; in TIM_OC4_SetConfig()
7227 tmpccmrx &= ~TIM_CCMR2_OC4M; in TIM_OC4_SetConfig()
7228 tmpccmrx &= ~TIM_CCMR2_CC4S; in TIM_OC4_SetConfig()
7231 tmpccmrx |= (OC_Config->OCMode << 8U); in TIM_OC4_SetConfig()
7254 TIMx->CCMR2 = tmpccmrx; in TIM_OC4_SetConfig()
7272 uint32_t tmpccmrx; in TIM_OC5_SetConfig() local
7285 tmpccmrx = TIMx->CCMR3; in TIM_OC5_SetConfig()
7288 tmpccmrx &= ~(TIM_CCMR3_OC5M); in TIM_OC5_SetConfig()
7290 tmpccmrx |= OC_Config->OCMode; in TIM_OC5_SetConfig()
7308 TIMx->CCMR3 = tmpccmrx; in TIM_OC5_SetConfig()
7326 uint32_t tmpccmrx; in TIM_OC6_SetConfig() local
7339 tmpccmrx = TIMx->CCMR3; in TIM_OC6_SetConfig()
7342 tmpccmrx &= ~(TIM_CCMR3_OC6M); in TIM_OC6_SetConfig()
7344 tmpccmrx |= (OC_Config->OCMode << 8U); in TIM_OC6_SetConfig()
7363 TIMx->CCMR3 = tmpccmrx; in TIM_OC6_SetConfig()