Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/tpm/
Dfsl_tpm.c849 const tpm_dual_edge_capture_param_t *edgeParam, in TPM_SetupDualEdgeCapture() argument
852 assert(NULL != edgeParam); in TPM_SetupDualEdgeCapture()
880 if (true == edgeParam->enableSwap) in TPM_SetupDualEdgeCapture()
911 TPM_EnableChannel(base, (tpm_chnl_t)chnlId, (uint8_t)edgeParam->currChanEdgeMode); in TPM_SetupDualEdgeCapture()
913 TPM_EnableChannel(base, (tpm_chnl_t)chnlId, (uint8_t)edgeParam->nextChanEdgeMode); in TPM_SetupDualEdgeCapture()
Dfsl_tpm.h619 const tpm_dual_edge_capture_param_t *edgeParam,
/hal_nxp-latest/mcux/mcux-sdk/drivers/ftm/
Dfsl_ftm.c941 const ftm_dual_edge_capture_param_t *edgeParam, in FTM_SetupDualEdgeCapture() argument
944 assert(edgeParam); in FTM_SetupDualEdgeCapture()
959 reg |= ((uint32_t)edgeParam->mode | (uint32_t)edgeParam->currChanEdgeMode); in FTM_SetupDualEdgeCapture()
964 reg |= ((uint32_t)edgeParam->mode | (uint32_t)edgeParam->nextChanEdgeMode); in FTM_SetupDualEdgeCapture()
Dfsl_ftm.h589 const ftm_dual_edge_capture_param_t *edgeParam,