Home
last modified time | relevance | path

Searched refs:phaseAParams (Results 1 – 4 of 4) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/ftm/
Dfsl_ftm.c985 const ftm_phase_params_t *phaseAParams, in FTM_SetupQuadDecode() argument
989 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()
Dfsl_ftm.h969 const ftm_phase_params_t *phaseAParams,
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/tpm/
Dfsl_tpm.c910 const tpm_phase_params_t *phaseAParams, in TPM_SetupQuadDecode() argument
914 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()
Dfsl_tpm.h618 const tpm_phase_params_t *phaseAParams,