Home
last modified time | relevance | path

Searched refs:tpm_input_capture_edge_t (Results 1 – 2 of 2) sorted by relevance

/hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/
Dfsl_tpm.h137 } tpm_input_capture_edge_t; typedef
149 tpm_input_capture_edge_t currChanEdgeMode; /*!< Input capture edge select for channel n */
150 tpm_input_capture_edge_t nextChanEdgeMode; /*!< Input capture edge select for channel n+1 */
383 void TPM_SetupInputCapture(TPM_Type *base, tpm_chnl_t chnlNumber, tpm_input_capture_edge_t captureM…
Dfsl_tpm.c422 void TPM_SetupInputCapture(TPM_Type *base, tpm_chnl_t chnlNumber, tpm_input_capture_edge_t captureM… in TPM_SetupInputCapture()