Lines Matching refs:CaptureChannel
2492 uint32_t CaptureChannel, in HAL_HRTIM_SimpleCaptureChannelConfig() argument
2499 assert_param(IS_HRTIM_CAPTUREUNIT(CaptureChannel)); in HAL_HRTIM_SimpleCaptureChannelConfig()
2531 CaptureChannel, in HAL_HRTIM_SimpleCaptureChannelConfig()
2563 uint32_t CaptureChannel) in HAL_HRTIM_SimpleCaptureStart() argument
2567 assert_param(IS_HRTIM_CAPTUREUNIT(CaptureChannel)); in HAL_HRTIM_SimpleCaptureStart()
2575 switch (CaptureChannel) in HAL_HRTIM_SimpleCaptureStart()
2634 uint32_t CaptureChannel) in HAL_HRTIM_SimpleCaptureStop() argument
2641 assert_param(IS_HRTIM_CAPTUREUNIT(CaptureChannel)); in HAL_HRTIM_SimpleCaptureStop()
2649 switch (CaptureChannel) in HAL_HRTIM_SimpleCaptureStop()
2716 uint32_t CaptureChannel) in HAL_HRTIM_SimpleCaptureStart_IT() argument
2720 assert_param(IS_HRTIM_CAPTUREUNIT(CaptureChannel)); in HAL_HRTIM_SimpleCaptureStart_IT()
2728 switch (CaptureChannel) in HAL_HRTIM_SimpleCaptureStart_IT()
2794 uint32_t CaptureChannel) in HAL_HRTIM_SimpleCaptureStop_IT() argument
2802 assert_param(IS_HRTIM_CAPTUREUNIT(CaptureChannel)); in HAL_HRTIM_SimpleCaptureStop_IT()
2810 switch (CaptureChannel) in HAL_HRTIM_SimpleCaptureStop_IT()
2887 uint32_t CaptureChannel, in HAL_HRTIM_SimpleCaptureStart_DMA() argument
2896 assert_param(IS_HRTIM_CAPTUREUNIT(CaptureChannel)); in HAL_HRTIM_SimpleCaptureStart_DMA()
2933 switch (CaptureChannel) in HAL_HRTIM_SimpleCaptureStart_DMA()
3000 uint32_t CaptureChannel) in HAL_HRTIM_SimpleCaptureStop_DMA() argument
3008 assert_param(IS_HRTIM_CAPTUREUNIT(CaptureChannel)); in HAL_HRTIM_SimpleCaptureStop_DMA()
3027 switch (CaptureChannel) in HAL_HRTIM_SimpleCaptureStop_DMA()