Searched refs:CaptureChannel (Results 1 – 6 of 6) sorted by relevance
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_hrtim.c | 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 [all …]
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/ |
D | stm32f3xx_hal_hrtim.c | 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 [all …]
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_hal_hrtim.c | 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 [all …]
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_hal_hrtim.h | 3332 uint32_t CaptureChannel, 3337 uint32_t CaptureChannel); 3341 uint32_t CaptureChannel); 3345 uint32_t CaptureChannel); 3349 uint32_t CaptureChannel); 3353 uint32_t CaptureChannel, 3360 uint32_t CaptureChannel);
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/ |
D | stm32f3xx_hal_hrtim.h | 3371 uint32_t CaptureChannel, 3376 uint32_t CaptureChannel); 3380 uint32_t CaptureChannel); 3384 uint32_t CaptureChannel); 3388 uint32_t CaptureChannel); 3392 uint32_t CaptureChannel, 3399 uint32_t CaptureChannel);
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_hal_hrtim.h | 4775 uint32_t CaptureChannel, 4780 uint32_t CaptureChannel); 4784 uint32_t CaptureChannel); 4788 uint32_t CaptureChannel); 4792 uint32_t CaptureChannel); 4796 uint32_t CaptureChannel, 4803 uint32_t CaptureChannel);
|