================================================================================
                                样例使用说明
                             Sample Description
================================================================================
功能描述：
此样例演示了ADC硬件触发单次单通道和单次序列交替采集模式。HW1触发源为TIM0用于触发单次序列
扫描，HW0为TIM1用于单次单通道扫描。

Function descriptions:
This sample demonstrates the alternate acquisition modes of single-channel 
single-shot and single-shot sequence in the ADC hardware trigger. 
The HW1 trigger source is TIM0, which is used to trigger the single-shot 
sequence scanning, and HW0 is TIM1, which is used to trigger the 
single-channel single-shot scanning.
================================================================================
测试环境：
测试用板：DPM32M030_REV_A
MDK版本： 5.28

Test environment:
Test board: DPM32M030_REV_A
MDK Version: 5.28
================================================================================
使用步骤：
1. 编译下载程序到MCU，并运行。

Example execution steps:
1. Compile and download the program to MCU, and run it.

================================================================================
注意事项：
注意：
在设置硬件触发源的输入信号时，下一次触发源到来的时刻和上一次触发源之间的时间间隔足够完成
上一次触发源所触发的单次单通道采集或单次序列采集。

Notes:
When setting the input signal of the hardware trigger source, the time interval 
between the arrival moment of the next trigger source and that of the previous 
trigger source is long enough to complete the single-channel acquisition or 
single-sequence acquisition triggered by the previous trigger source.
================================================================================