Lines Matching refs:tmpccmrx
6831 uint32_t tmpccmrx; in TIM_OC1_SetConfig() local
6845 tmpccmrx = TIMx->CCMR1; in TIM_OC1_SetConfig()
6848 tmpccmrx &= ~TIM_CCMR1_OC1M; in TIM_OC1_SetConfig()
6849 tmpccmrx &= ~TIM_CCMR1_CC1S; in TIM_OC1_SetConfig()
6851 tmpccmrx |= OC_Config->OCMode; in TIM_OC1_SetConfig()
6890 TIMx->CCMR1 = tmpccmrx; in TIM_OC1_SetConfig()
6907 uint32_t tmpccmrx; in TIM_OC2_SetConfig() local
6921 tmpccmrx = TIMx->CCMR1; in TIM_OC2_SetConfig()
6924 tmpccmrx &= ~TIM_CCMR1_OC2M; in TIM_OC2_SetConfig()
6925 tmpccmrx &= ~TIM_CCMR1_CC2S; in TIM_OC2_SetConfig()
6928 tmpccmrx |= (OC_Config->OCMode << 8U); in TIM_OC2_SetConfig()
6970 TIMx->CCMR1 = tmpccmrx; in TIM_OC2_SetConfig()
6987 uint32_t tmpccmrx; in TIM_OC3_SetConfig() local
7001 tmpccmrx = TIMx->CCMR2; in TIM_OC3_SetConfig()
7004 tmpccmrx &= ~TIM_CCMR2_OC3M; in TIM_OC3_SetConfig()
7005 tmpccmrx &= ~TIM_CCMR2_CC3S; in TIM_OC3_SetConfig()
7007 tmpccmrx |= OC_Config->OCMode; in TIM_OC3_SetConfig()
7049 TIMx->CCMR2 = tmpccmrx; in TIM_OC3_SetConfig()
7066 uint32_t tmpccmrx; in TIM_OC4_SetConfig() local
7080 tmpccmrx = TIMx->CCMR2; in TIM_OC4_SetConfig()
7083 tmpccmrx &= ~TIM_CCMR2_OC4M; in TIM_OC4_SetConfig()
7084 tmpccmrx &= ~TIM_CCMR2_CC4S; in TIM_OC4_SetConfig()
7087 tmpccmrx |= (OC_Config->OCMode << 8U); in TIM_OC4_SetConfig()
7112 TIMx->CCMR2 = tmpccmrx; in TIM_OC4_SetConfig()
7131 uint32_t tmpccmrx; in TIM_OC5_SetConfig() local
7144 tmpccmrx = TIMx->CCMR3; in TIM_OC5_SetConfig()
7147 tmpccmrx &= ~(TIM_CCMR3_OC5M); in TIM_OC5_SetConfig()
7149 tmpccmrx |= OC_Config->OCMode; in TIM_OC5_SetConfig()
7167 TIMx->CCMR3 = tmpccmrx; in TIM_OC5_SetConfig()
7187 uint32_t tmpccmrx; in TIM_OC6_SetConfig() local
7200 tmpccmrx = TIMx->CCMR3; in TIM_OC6_SetConfig()
7203 tmpccmrx &= ~(TIM_CCMR3_OC6M); in TIM_OC6_SetConfig()
7205 tmpccmrx |= (OC_Config->OCMode << 8U); in TIM_OC6_SetConfig()
7224 TIMx->CCMR3 = tmpccmrx; in TIM_OC6_SetConfig()