Lines Matching refs:CaptureChannel
2647 uint32_t CaptureChannel, in HAL_HRTIM_SimpleCaptureChannelConfig() argument
2654 assert_param(IS_HRTIM_CAPTUREUNIT(CaptureChannel)); in HAL_HRTIM_SimpleCaptureChannelConfig()
2686 CaptureChannel, in HAL_HRTIM_SimpleCaptureChannelConfig()
2718 uint32_t CaptureChannel) in HAL_HRTIM_SimpleCaptureStart() argument
2722 assert_param(IS_HRTIM_CAPTUREUNIT(CaptureChannel)); in HAL_HRTIM_SimpleCaptureStart()
2730 switch (CaptureChannel) in HAL_HRTIM_SimpleCaptureStart()
2789 uint32_t CaptureChannel) in HAL_HRTIM_SimpleCaptureStop() argument
2796 assert_param(IS_HRTIM_CAPTUREUNIT(CaptureChannel)); in HAL_HRTIM_SimpleCaptureStop()
2804 switch (CaptureChannel) in HAL_HRTIM_SimpleCaptureStop()
2871 uint32_t CaptureChannel) in HAL_HRTIM_SimpleCaptureStart_IT() argument
2875 assert_param(IS_HRTIM_CAPTUREUNIT(CaptureChannel)); in HAL_HRTIM_SimpleCaptureStart_IT()
2883 switch (CaptureChannel) in HAL_HRTIM_SimpleCaptureStart_IT()
2949 uint32_t CaptureChannel) in HAL_HRTIM_SimpleCaptureStop_IT() argument
2957 assert_param(IS_HRTIM_CAPTUREUNIT(CaptureChannel)); in HAL_HRTIM_SimpleCaptureStop_IT()
2965 switch (CaptureChannel) in HAL_HRTIM_SimpleCaptureStop_IT()
3042 uint32_t CaptureChannel, in HAL_HRTIM_SimpleCaptureStart_DMA() argument
3051 assert_param(IS_HRTIM_CAPTUREUNIT(CaptureChannel)); in HAL_HRTIM_SimpleCaptureStart_DMA()
3088 switch (CaptureChannel) in HAL_HRTIM_SimpleCaptureStart_DMA()
3155 uint32_t CaptureChannel) in HAL_HRTIM_SimpleCaptureStop_DMA() argument
3163 assert_param(IS_HRTIM_CAPTUREUNIT(CaptureChannel)); in HAL_HRTIM_SimpleCaptureStop_DMA()
3182 switch (CaptureChannel) in HAL_HRTIM_SimpleCaptureStop_DMA()