Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/ftm/
Dfsl_ftm.c991 const ftm_phase_params_t *phaseAParams, in FTM_SetupQuadDecode() argument
995 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()
Dfsl_ftm.h978 const ftm_phase_params_t *phaseAParams,
/hal_nxp-latest/mcux/mcux-sdk/drivers/tpm/
Dfsl_tpm.c927 const tpm_phase_params_t *phaseAParams, in TPM_SetupQuadDecode() argument
931 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()
Dfsl_tpm.h633 const tpm_phase_params_t *phaseAParams,