Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/tpm/
Dfsl_tpm.h218 tpm_input_capture_edge_t currChanEdgeMode; /*!< Input capture edge select for channel n */ member
Dfsl_tpm.c894 TPM_EnableChannel(base, (tpm_chnl_t)chnlId, (uint8_t)edgeParam->currChanEdgeMode); in TPM_SetupDualEdgeCapture()
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/ftm/
Dfsl_ftm.h138 ftm_input_capture_edge_t currChanEdgeMode; /*!< Input capture edge select for channel n */ member
Dfsl_ftm.c953 reg |= ((uint32_t)edgeParam->mode | (uint32_t)edgeParam->currChanEdgeMode); in FTM_SetupDualEdgeCapture()