Searched refs:phaseBParams (Results 1 – 4 of 4) sorted by relevance
986 const ftm_phase_params_t *phaseBParams, in FTM_SetupQuadDecode() argument990 assert(phaseBParams != NULL); in FTM_SetupQuadDecode()1004 if (phaseBParams->enablePhaseFilter) in FTM_SetupQuadDecode()1008 reg |= FTM_FILTER_CH1FVAL(phaseBParams->phaseFilterVal); in FTM_SetupQuadDecode()1017 …FTM_QDCTRL_PHBFLTREN(phaseBParams->enablePhaseFilter) | FTM_QDCTRL_PHAPOL(phaseAParams->phasePolar… in FTM_SetupQuadDecode()1018 FTM_QDCTRL_PHBPOL(phaseBParams->phasePolarity)); in FTM_SetupQuadDecode()
970 const ftm_phase_params_t *phaseBParams,
911 const tpm_phase_params_t *phaseBParams, in TPM_SetupQuadDecode() argument915 assert(NULL != phaseBParams); in TPM_SetupQuadDecode()954 reg |= TPM_FILTER_CH1FVAL(phaseBParams->phaseFilterVal); in TPM_SetupQuadDecode()964 if (kTPM_QuadPhaseInvert == phaseBParams->phasePolarity) in TPM_SetupQuadDecode()
619 const tpm_phase_params_t *phaseBParams,