Home
last modified time | relevance | path

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

/bsp/frdm-k64f/device/MK64F12/
A Dfsl_ftm.c612 const ftm_dual_edge_capture_param_t *edgeParam, in FTM_SetupDualEdgeCapture() argument
615 assert(edgeParam); in FTM_SetupDualEdgeCapture()
630 reg |= ((uint32_t)edgeParam->mode | (uint32_t)edgeParam->currChanEdgeMode); in FTM_SetupDualEdgeCapture()
635 reg |= ((uint32_t)edgeParam->mode | (uint32_t)edgeParam->nextChanEdgeMode); in FTM_SetupDualEdgeCapture()
A Dfsl_ftm.h518 const ftm_dual_edge_capture_param_t *edgeParam,
/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/
A Dfsl_tpm.c512 const tpm_dual_edge_capture_param_t *edgeParam, in TPM_SetupDualEdgeCapture() argument
515 assert(edgeParam); in TPM_SetupDualEdgeCapture()
553 if (edgeParam->enableSwap) in TPM_SetupDualEdgeCapture()
583 base->CONTROLS[chnlPairNumber * 2].CnSC |= edgeParam->currChanEdgeMode; in TPM_SetupDualEdgeCapture()
592 base->CONTROLS[(chnlPairNumber * 2) + 1].CnSC |= edgeParam->nextChanEdgeMode; in TPM_SetupDualEdgeCapture()
A Dfsl_tpm.h415 const tpm_dual_edge_capture_param_t *edgeParam,

Completed in 10 milliseconds