Searched refs:capture (Results 1 – 4 of 4) sorted by relevance
343 ctimer_capture_channel_t capture,550 static inline uint32_t CTIMER_GetCaptureValue(CTIMER_Type *base, ctimer_capture_channel_t capture) in CTIMER_GetCaptureValue() argument552 return base->CR[capture]; in CTIMER_GetCaptureValue()629 …id CTIMER_EnableRisingEdgeCapture(CTIMER_Type *base, ctimer_capture_channel_t capture, bool enable) in CTIMER_EnableRisingEdgeCapture() argument633 base->CCR |= (1UL << (CTIMER_CCR_CAP0RE_SHIFT + ((uint32_t)capture * 3U))); in CTIMER_EnableRisingEdgeCapture()637 base->CCR &= ~(1UL << (CTIMER_CCR_CAP0RE_SHIFT + ((uint32_t)capture * 3U))); in CTIMER_EnableRisingEdgeCapture()650 …d CTIMER_EnableFallingEdgeCapture(CTIMER_Type *base, ctimer_capture_channel_t capture, bool enable) in CTIMER_EnableFallingEdgeCapture() argument654 base->CCR |= (1UL << (CTIMER_CCR_CAP0FE_SHIFT + ((uint32_t)capture * 3U))); in CTIMER_EnableFallingEdgeCapture()658 base->CCR &= ~(1UL << (CTIMER_CCR_CAP0FE_SHIFT + ((uint32_t)capture * 3U))); in CTIMER_EnableFallingEdgeCapture()
449 ctimer_capture_channel_t capture, in CTIMER_SetupCapture() argument459 << ((uint32_t)capture * 3U)); in CTIMER_SetupCapture()460 reg |= ((uint32_t)edge) << (CTIMER_CCR_CAP0RE_SHIFT + ((uint32_t)capture * 3U)); in CTIMER_SetupCapture()462 CTIMER_ClearStatusFlags(base, (((uint32_t)kCTIMER_Capture0Flag) << (uint32_t)capture)); in CTIMER_SetupCapture()466 reg |= ((uint32_t)CTIMER_CCR_CAP0I_MASK) << ((uint32_t)capture * 3U); in CTIMER_SetupCapture()
438 Canexcel_Ip_TimeStampCaptureType capture; member
414 CanXL_SetTimeStampCaputre(CANEXCEL.EXL_SIC[instance], time_stamp->capture); in Canexcel_Ip_ConfigTimeStamp()