Lines Matching refs:tmpccmrx
7303 uint32_t tmpccmrx; in TIM_OC1_SetConfig() local
7317 tmpccmrx = TIMx->CCMR1; in TIM_OC1_SetConfig()
7320 tmpccmrx &= ~TIM_CCMR1_OC1M; in TIM_OC1_SetConfig()
7321 tmpccmrx &= ~TIM_CCMR1_CC1S; in TIM_OC1_SetConfig()
7323 tmpccmrx |= OC_Config->OCMode; in TIM_OC1_SetConfig()
7362 TIMx->CCMR1 = tmpccmrx; in TIM_OC1_SetConfig()
7379 uint32_t tmpccmrx; in TIM_OC2_SetConfig() local
7393 tmpccmrx = TIMx->CCMR1; in TIM_OC2_SetConfig()
7396 tmpccmrx &= ~TIM_CCMR1_OC2M; in TIM_OC2_SetConfig()
7397 tmpccmrx &= ~TIM_CCMR1_CC2S; in TIM_OC2_SetConfig()
7400 tmpccmrx |= (OC_Config->OCMode << 8U); in TIM_OC2_SetConfig()
7439 TIMx->CCMR1 = tmpccmrx; in TIM_OC2_SetConfig()
7456 uint32_t tmpccmrx; in TIM_OC3_SetConfig() local
7470 tmpccmrx = TIMx->CCMR2; in TIM_OC3_SetConfig()
7473 tmpccmrx &= ~TIM_CCMR2_OC3M; in TIM_OC3_SetConfig()
7474 tmpccmrx &= ~TIM_CCMR2_CC3S; in TIM_OC3_SetConfig()
7476 tmpccmrx |= OC_Config->OCMode; in TIM_OC3_SetConfig()
7514 TIMx->CCMR2 = tmpccmrx; in TIM_OC3_SetConfig()
7531 uint32_t tmpccmrx; in TIM_OC4_SetConfig() local
7545 tmpccmrx = TIMx->CCMR2; in TIM_OC4_SetConfig()
7548 tmpccmrx &= ~TIM_CCMR2_OC4M; in TIM_OC4_SetConfig()
7549 tmpccmrx &= ~TIM_CCMR2_CC4S; in TIM_OC4_SetConfig()
7552 tmpccmrx |= (OC_Config->OCMode << 8U); in TIM_OC4_SetConfig()
7592 TIMx->CCMR2 = tmpccmrx; in TIM_OC4_SetConfig()
7610 uint32_t tmpccmrx; in TIM_OC5_SetConfig() local
7623 tmpccmrx = TIMx->CCMR3; in TIM_OC5_SetConfig()
7626 tmpccmrx &= ~(TIM_CCMR3_OC5M); in TIM_OC5_SetConfig()
7628 tmpccmrx |= OC_Config->OCMode; in TIM_OC5_SetConfig()
7646 TIMx->CCMR3 = tmpccmrx; in TIM_OC5_SetConfig()
7664 uint32_t tmpccmrx; in TIM_OC6_SetConfig() local
7677 tmpccmrx = TIMx->CCMR3; in TIM_OC6_SetConfig()
7680 tmpccmrx &= ~(TIM_CCMR3_OC6M); in TIM_OC6_SetConfig()
7682 tmpccmrx |= (OC_Config->OCMode << 8U); in TIM_OC6_SetConfig()
7701 TIMx->CCMR3 = tmpccmrx; in TIM_OC6_SetConfig()