Lines Matching refs:tmpccmrx
7015 uint32_t tmpccmrx; in TIM_OC1_SetConfig() local
7029 tmpccmrx = TIMx->CCMR1; in TIM_OC1_SetConfig()
7032 tmpccmrx &= ~TIM_CCMR1_OC1M; in TIM_OC1_SetConfig()
7033 tmpccmrx &= ~TIM_CCMR1_CC1S; in TIM_OC1_SetConfig()
7035 tmpccmrx |= OC_Config->OCMode; in TIM_OC1_SetConfig()
7074 TIMx->CCMR1 = tmpccmrx; in TIM_OC1_SetConfig()
7091 uint32_t tmpccmrx; in TIM_OC2_SetConfig() local
7105 tmpccmrx = TIMx->CCMR1; in TIM_OC2_SetConfig()
7108 tmpccmrx &= ~TIM_CCMR1_OC2M; in TIM_OC2_SetConfig()
7109 tmpccmrx &= ~TIM_CCMR1_CC2S; in TIM_OC2_SetConfig()
7112 tmpccmrx |= (OC_Config->OCMode << 8U); in TIM_OC2_SetConfig()
7150 TIMx->CCMR1 = tmpccmrx; in TIM_OC2_SetConfig()
7167 uint32_t tmpccmrx; in TIM_OC3_SetConfig() local
7181 tmpccmrx = TIMx->CCMR2; in TIM_OC3_SetConfig()
7184 tmpccmrx &= ~TIM_CCMR2_OC3M; in TIM_OC3_SetConfig()
7185 tmpccmrx &= ~TIM_CCMR2_CC3S; in TIM_OC3_SetConfig()
7187 tmpccmrx |= OC_Config->OCMode; in TIM_OC3_SetConfig()
7225 TIMx->CCMR2 = tmpccmrx; in TIM_OC3_SetConfig()
7242 uint32_t tmpccmrx; in TIM_OC4_SetConfig() local
7256 tmpccmrx = TIMx->CCMR2; in TIM_OC4_SetConfig()
7259 tmpccmrx &= ~TIM_CCMR2_OC4M; in TIM_OC4_SetConfig()
7260 tmpccmrx &= ~TIM_CCMR2_CC4S; in TIM_OC4_SetConfig()
7263 tmpccmrx |= (OC_Config->OCMode << 8U); in TIM_OC4_SetConfig()
7286 TIMx->CCMR2 = tmpccmrx; in TIM_OC4_SetConfig()
7304 uint32_t tmpccmrx; in TIM_OC5_SetConfig() local
7317 tmpccmrx = TIMx->CCMR3; in TIM_OC5_SetConfig()
7320 tmpccmrx &= ~(TIM_CCMR3_OC5M); in TIM_OC5_SetConfig()
7322 tmpccmrx |= OC_Config->OCMode; in TIM_OC5_SetConfig()
7340 TIMx->CCMR3 = tmpccmrx; in TIM_OC5_SetConfig()
7358 uint32_t tmpccmrx; in TIM_OC6_SetConfig() local
7371 tmpccmrx = TIMx->CCMR3; in TIM_OC6_SetConfig()
7374 tmpccmrx &= ~(TIM_CCMR3_OC6M); in TIM_OC6_SetConfig()
7376 tmpccmrx |= (OC_Config->OCMode << 8U); in TIM_OC6_SetConfig()
7395 TIMx->CCMR3 = tmpccmrx; in TIM_OC6_SetConfig()