Searched refs:phaseBParams (Results 1 – 4 of 4) sorted by relevance
992 const ftm_phase_params_t *phaseBParams, in FTM_SetupQuadDecode() argument996 assert(phaseBParams != NULL); in FTM_SetupQuadDecode()1010 if (phaseBParams->enablePhaseFilter) in FTM_SetupQuadDecode()1014 reg |= FTM_FILTER_CH1FVAL(phaseBParams->phaseFilterVal); in FTM_SetupQuadDecode()1023 …FTM_QDCTRL_PHBFLTREN(phaseBParams->enablePhaseFilter) | FTM_QDCTRL_PHAPOL(phaseAParams->phasePolar… in FTM_SetupQuadDecode()1024 FTM_QDCTRL_PHBPOL(phaseBParams->phasePolarity)); in FTM_SetupQuadDecode()
979 const ftm_phase_params_t *phaseBParams,
928 const tpm_phase_params_t *phaseBParams, in TPM_SetupQuadDecode() argument932 assert(NULL != phaseBParams); in TPM_SetupQuadDecode()971 reg |= TPM_FILTER_CH1FVAL(phaseBParams->phaseFilterVal); in TPM_SetupQuadDecode()981 if (kTPM_QuadPhaseInvert == phaseBParams->phasePolarity) in TPM_SetupQuadDecode()
634 const tpm_phase_params_t *phaseBParams,