Searched refs:phaseAParams (Results 1 – 4 of 4) sorted by relevance
991 const ftm_phase_params_t *phaseAParams, in FTM_SetupQuadDecode() argument995 assert(phaseAParams != NULL); in FTM_SetupQuadDecode()1001 if (phaseAParams->enablePhaseFilter) in FTM_SetupQuadDecode()1005 reg |= FTM_FILTER_CH0FVAL(phaseAParams->phaseFilterVal); in FTM_SetupQuadDecode()1022 reg |= (FTM_QDCTRL_QUADMODE(quadMode) | FTM_QDCTRL_PHAFLTREN(phaseAParams->enablePhaseFilter) | in FTM_SetupQuadDecode()1023 …FTM_QDCTRL_PHBFLTREN(phaseBParams->enablePhaseFilter) | FTM_QDCTRL_PHAPOL(phaseAParams->phasePolar… in FTM_SetupQuadDecode()
978 const ftm_phase_params_t *phaseAParams,
927 const tpm_phase_params_t *phaseAParams, in TPM_SetupQuadDecode() argument931 assert(NULL != phaseAParams); in TPM_SetupQuadDecode()943 reg |= TPM_FILTER_CH0FVAL(phaseAParams->phaseFilterVal); in TPM_SetupQuadDecode()954 if (kTPM_QuadPhaseInvert == phaseAParams->phasePolarity) in TPM_SetupQuadDecode()
633 const tpm_phase_params_t *phaseAParams,