Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/ftm/
Dfsl_ftm.c986 const ftm_phase_params_t *phaseBParams, in FTM_SetupQuadDecode() argument
990 assert(phaseBParams != NULL); in FTM_SetupQuadDecode()
1004 if (phaseBParams->enablePhaseFilter) in FTM_SetupQuadDecode()
1008 reg |= FTM_FILTER_CH1FVAL(phaseBParams->phaseFilterVal); in FTM_SetupQuadDecode()
1017 …FTM_QDCTRL_PHBFLTREN(phaseBParams->enablePhaseFilter) | FTM_QDCTRL_PHAPOL(phaseAParams->phasePolar… in FTM_SetupQuadDecode()
1018 FTM_QDCTRL_PHBPOL(phaseBParams->phasePolarity)); in FTM_SetupQuadDecode()
Dfsl_ftm.h970 const ftm_phase_params_t *phaseBParams,
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/tpm/
Dfsl_tpm.c911 const tpm_phase_params_t *phaseBParams, in TPM_SetupQuadDecode() argument
915 assert(NULL != phaseBParams); in TPM_SetupQuadDecode()
954 reg |= TPM_FILTER_CH1FVAL(phaseBParams->phaseFilterVal); in TPM_SetupQuadDecode()
964 if (kTPM_QuadPhaseInvert == phaseBParams->phasePolarity) in TPM_SetupQuadDecode()
Dfsl_tpm.h619 const tpm_phase_params_t *phaseBParams,