Searched refs:phaseAParams (Results 1 – 4 of 4) sorted by relevance
985 const ftm_phase_params_t *phaseAParams, in FTM_SetupQuadDecode() argument989 assert(phaseAParams != NULL); in FTM_SetupQuadDecode()995 if (phaseAParams->enablePhaseFilter) in FTM_SetupQuadDecode()999 reg |= FTM_FILTER_CH0FVAL(phaseAParams->phaseFilterVal); in FTM_SetupQuadDecode()1016 reg |= (FTM_QDCTRL_QUADMODE(quadMode) | FTM_QDCTRL_PHAFLTREN(phaseAParams->enablePhaseFilter) | in FTM_SetupQuadDecode()1017 …FTM_QDCTRL_PHBFLTREN(phaseBParams->enablePhaseFilter) | FTM_QDCTRL_PHAPOL(phaseAParams->phasePolar… in FTM_SetupQuadDecode()
969 const ftm_phase_params_t *phaseAParams,
910 const tpm_phase_params_t *phaseAParams, in TPM_SetupQuadDecode() argument914 assert(NULL != phaseAParams); in TPM_SetupQuadDecode()926 reg |= TPM_FILTER_CH0FVAL(phaseAParams->phaseFilterVal); in TPM_SetupQuadDecode()937 if (kTPM_QuadPhaseInvert == phaseAParams->phasePolarity) in TPM_SetupQuadDecode()
618 const tpm_phase_params_t *phaseAParams,