Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/ftm/
Dfsl_ftm.c992 const ftm_phase_params_t *phaseBParams, in FTM_SetupQuadDecode() argument
996 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()
Dfsl_ftm.h979 const ftm_phase_params_t *phaseBParams,
/hal_nxp-latest/mcux/mcux-sdk/drivers/tpm/
Dfsl_tpm.c928 const tpm_phase_params_t *phaseBParams, in TPM_SetupQuadDecode() argument
932 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()
Dfsl_tpm.h634 const tpm_phase_params_t *phaseBParams,