Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/tpm/
Dfsl_tpm.c832 const tpm_dual_edge_capture_param_t *edgeParam, in TPM_SetupDualEdgeCapture() argument
835 assert(NULL != edgeParam); in TPM_SetupDualEdgeCapture()
863 if (true == edgeParam->enableSwap) in TPM_SetupDualEdgeCapture()
894 TPM_EnableChannel(base, (tpm_chnl_t)chnlId, (uint8_t)edgeParam->currChanEdgeMode); in TPM_SetupDualEdgeCapture()
896 TPM_EnableChannel(base, (tpm_chnl_t)chnlId, (uint8_t)edgeParam->nextChanEdgeMode); in TPM_SetupDualEdgeCapture()
Dfsl_tpm.h604 const tpm_dual_edge_capture_param_t *edgeParam,
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/ftm/
Dfsl_ftm.c935 const ftm_dual_edge_capture_param_t *edgeParam, in FTM_SetupDualEdgeCapture() argument
938 assert(edgeParam); in FTM_SetupDualEdgeCapture()
953 reg |= ((uint32_t)edgeParam->mode | (uint32_t)edgeParam->currChanEdgeMode); in FTM_SetupDualEdgeCapture()
958 reg |= ((uint32_t)edgeParam->mode | (uint32_t)edgeParam->nextChanEdgeMode); in FTM_SetupDualEdgeCapture()
Dfsl_ftm.h589 const ftm_dual_edge_capture_param_t *edgeParam,