Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/target/nxp/common/Native_Driver/drivers/
Dfsl_ctimer.h40 } ctimer_capture_channel_t; typedef
169 ctimer_capture_channel_t input; /*!< Input channel to increment the timer, used only in timer
343 ctimer_capture_channel_t capture,
550 static inline uint32_t CTIMER_GetCaptureValue(CTIMER_Type *base, ctimer_capture_channel_t capture) in CTIMER_GetCaptureValue()
629 static inline void CTIMER_EnableRisingEdgeCapture(CTIMER_Type *base, ctimer_capture_channel_t captu… in CTIMER_EnableRisingEdgeCapture()
650 static inline void CTIMER_EnableFallingEdgeCapture(CTIMER_Type *base, ctimer_capture_channel_t capt… in CTIMER_EnableFallingEdgeCapture()
Dfsl_ctimer.c449 ctimer_capture_channel_t capture, in CTIMER_SetupCapture()