Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/tpm/
Dfsl_tpm.h219 tpm_input_capture_edge_t nextChanEdgeMode; /*!< Input capture edge select for channel n+1 */ member
Dfsl_tpm.c896 TPM_EnableChannel(base, (tpm_chnl_t)chnlId, (uint8_t)edgeParam->nextChanEdgeMode); in TPM_SetupDualEdgeCapture()
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/ftm/
Dfsl_ftm.h139 ftm_input_capture_edge_t nextChanEdgeMode; /*!< Input capture edge select for channel n+1 */ member
Dfsl_ftm.c949 reg |= ((uint32_t)edgeParam->mode | (uint32_t)edgeParam->nextChanEdgeMode); in FTM_SetupDualEdgeCapture()