Lines Matching refs:tmpccmrx
6987 uint32_t tmpccmrx; in TIM_OC1_SetConfig() local
7001 tmpccmrx = TIMx->CCMR1; in TIM_OC1_SetConfig()
7004 tmpccmrx &= ~TIM_CCMR1_OC1M; in TIM_OC1_SetConfig()
7005 tmpccmrx &= ~TIM_CCMR1_CC1S; in TIM_OC1_SetConfig()
7007 tmpccmrx |= OC_Config->OCMode; in TIM_OC1_SetConfig()
7046 TIMx->CCMR1 = tmpccmrx; in TIM_OC1_SetConfig()
7063 uint32_t tmpccmrx; in TIM_OC2_SetConfig() local
7077 tmpccmrx = TIMx->CCMR1; in TIM_OC2_SetConfig()
7080 tmpccmrx &= ~TIM_CCMR1_OC2M; in TIM_OC2_SetConfig()
7081 tmpccmrx &= ~TIM_CCMR1_CC2S; in TIM_OC2_SetConfig()
7084 tmpccmrx |= (OC_Config->OCMode << 8U); in TIM_OC2_SetConfig()
7122 TIMx->CCMR1 = tmpccmrx; in TIM_OC2_SetConfig()
7139 uint32_t tmpccmrx; in TIM_OC3_SetConfig() local
7153 tmpccmrx = TIMx->CCMR2; in TIM_OC3_SetConfig()
7156 tmpccmrx &= ~TIM_CCMR2_OC3M; in TIM_OC3_SetConfig()
7157 tmpccmrx &= ~TIM_CCMR2_CC3S; in TIM_OC3_SetConfig()
7159 tmpccmrx |= OC_Config->OCMode; in TIM_OC3_SetConfig()
7197 TIMx->CCMR2 = tmpccmrx; in TIM_OC3_SetConfig()
7214 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
7289 tmpccmrx = TIMx->CCMR3; in TIM_OC5_SetConfig()
7292 tmpccmrx &= ~(TIM_CCMR3_OC5M); in TIM_OC5_SetConfig()
7294 tmpccmrx |= OC_Config->OCMode; in TIM_OC5_SetConfig()
7312 TIMx->CCMR3 = tmpccmrx; in TIM_OC5_SetConfig()
7330 uint32_t tmpccmrx; in TIM_OC6_SetConfig() local
7343 tmpccmrx = TIMx->CCMR3; in TIM_OC6_SetConfig()
7346 tmpccmrx &= ~(TIM_CCMR3_OC6M); in TIM_OC6_SetConfig()
7348 tmpccmrx |= (OC_Config->OCMode << 8U); in TIM_OC6_SetConfig()
7367 TIMx->CCMR3 = tmpccmrx; in TIM_OC6_SetConfig()