Lines Matching refs:CnSC

497             reg = base->CONTROLS[chnlParams->chnlNumber].CnSC;  in FTM_SetupPwm()
507 base->CONTROLS[chnlParams->chnlNumber].CnSC = reg; in FTM_SetupPwm()
543 reg = base->CONTROLS[((uint32_t)chnlParams->chnlNumber) * 2U].CnSC; in FTM_SetupPwm()
550 base->CONTROLS[((uint32_t)chnlParams->chnlNumber) * 2U].CnSC = reg; in FTM_SetupPwm()
553 reg = base->CONTROLS[(((uint32_t)chnlParams->chnlNumber) * 2U) + 1U].CnSC; in FTM_SetupPwm()
560 base->CONTROLS[(((uint32_t)chnlParams->chnlNumber) * 2U) + 1U].CnSC = reg; in FTM_SetupPwm()
671 uint32_t reg = base->CONTROLS[chnlNumber].CnSC; in FTM_UpdateChnlEdgeLevelSelect()
677 base->CONTROLS[chnlNumber].CnSC = reg; in FTM_UpdateChnlEdgeLevelSelect()
734 reg = base->CONTROLS[chnlParams->chnlNumber].CnSC; in FTM_SetupPwmMode()
744 base->CONTROLS[chnlParams->chnlNumber].CnSC = reg; in FTM_SetupPwmMode()
786 reg = base->CONTROLS[((uint32_t)chnlParams->chnlNumber) * 2U].CnSC; in FTM_SetupPwmMode()
793 base->CONTROLS[((uint32_t)chnlParams->chnlNumber) * 2U].CnSC = reg; in FTM_SetupPwmMode()
796 reg = base->CONTROLS[(((uint32_t)chnlParams->chnlNumber) * 2U) + 1U].CnSC; in FTM_SetupPwmMode()
803 base->CONTROLS[(((uint32_t)chnlParams->chnlNumber) * 2U) + 1U].CnSC = reg; in FTM_SetupPwmMode()
861 reg = base->CONTROLS[chnlNumber].CnSC; in FTM_SetupInputCapture()
866 base->CONTROLS[chnlNumber].CnSC = reg; in FTM_SetupInputCapture()
910 reg = base->CONTROLS[chnlNumber].CnSC; in FTM_SetupOutputCompare()
914 base->CONTROLS[chnlNumber].CnSC = reg; in FTM_SetupOutputCompare()
957 reg = base->CONTROLS[((uint32_t)chnlPairNumber) * 2U].CnSC; in FTM_SetupDualEdgeCapture()
960 base->CONTROLS[((uint32_t)chnlPairNumber) * 2U].CnSC = reg; in FTM_SetupDualEdgeCapture()
962 reg = base->CONTROLS[(((uint32_t)chnlPairNumber) * 2U) + 1U].CnSC; in FTM_SetupDualEdgeCapture()
965 base->CONTROLS[(((uint32_t)chnlPairNumber) * 2U) + 1U].CnSC = reg; in FTM_SetupDualEdgeCapture()
1131 base->CONTROLS[chnlNumber].CnSC |= FTM_CnSC_CHIE_MASK; in FTM_EnableInterrupts()
1186 base->CONTROLS[chnlNumber].CnSC &= ~FTM_CnSC_CHIE_MASK; in FTM_DisableInterrupts()
1244 if ((base->CONTROLS[chnlCount].CnSC & FTM_CnSC_CHIE_MASK) != 0x00U) in FTM_GetEnabledInterrupts()