Lines Matching refs:CaptureChannel

2723                                                        uint32_t CaptureChannel,  in HAL_HRTIM_SimpleCaptureChannelConfig()  argument
2730 assert_param(IS_HRTIM_CAPTUREUNIT(CaptureChannel)); in HAL_HRTIM_SimpleCaptureChannelConfig()
2762 CaptureChannel, in HAL_HRTIM_SimpleCaptureChannelConfig()
2795 uint32_t CaptureChannel) in HAL_HRTIM_SimpleCaptureStart() argument
2799 assert_param(IS_HRTIM_CAPTUREUNIT(CaptureChannel)); in HAL_HRTIM_SimpleCaptureStart()
2807 switch (CaptureChannel) in HAL_HRTIM_SimpleCaptureStart()
2867 uint32_t CaptureChannel) in HAL_HRTIM_SimpleCaptureStop() argument
2874 assert_param(IS_HRTIM_CAPTUREUNIT(CaptureChannel)); in HAL_HRTIM_SimpleCaptureStop()
2882 switch (CaptureChannel) in HAL_HRTIM_SimpleCaptureStop()
2950 uint32_t CaptureChannel) in HAL_HRTIM_SimpleCaptureStart_IT() argument
2954 assert_param(IS_HRTIM_CAPTUREUNIT(CaptureChannel)); in HAL_HRTIM_SimpleCaptureStart_IT()
2962 switch (CaptureChannel) in HAL_HRTIM_SimpleCaptureStart_IT()
3029 uint32_t CaptureChannel) in HAL_HRTIM_SimpleCaptureStop_IT() argument
3037 assert_param(IS_HRTIM_CAPTUREUNIT(CaptureChannel)); in HAL_HRTIM_SimpleCaptureStop_IT()
3045 switch (CaptureChannel) in HAL_HRTIM_SimpleCaptureStop_IT()
3123 uint32_t CaptureChannel, in HAL_HRTIM_SimpleCaptureStart_DMA() argument
3132 assert_param(IS_HRTIM_CAPTUREUNIT(CaptureChannel)); in HAL_HRTIM_SimpleCaptureStart_DMA()
3169 switch (CaptureChannel) in HAL_HRTIM_SimpleCaptureStart_DMA()
3237 uint32_t CaptureChannel) in HAL_HRTIM_SimpleCaptureStop_DMA() argument
3245 assert_param(IS_HRTIM_CAPTUREUNIT(CaptureChannel)); in HAL_HRTIM_SimpleCaptureStop_DMA()
3264 switch (CaptureChannel) in HAL_HRTIM_SimpleCaptureStop_DMA()