HDMA ADC data structure, using HDMA to transfer ADC sampling values. This method is typically employed for sampling a set of data at a fixed frequency, such as collecting a group of points, for instance, 512/1024/4096. ;HDMA ADC 数据结构, 使用HDMA搬用ADC采样值,一般应用于固定频率采样一组(例如:512/1024/4096个点)数据 More...
#include <mp_common.h>
Data Fields | |
| uint8_t | adc_count |
| Sum total of ADC ;ADC 数量总和 More... | |
| hpm_adc_t * | adc_pack |
| ADC data structure pointer ;ADC 数据结构指针 More... | |
HDMA ADC data structure, using HDMA to transfer ADC sampling values. This method is typically employed for sampling a set of data at a fixed frequency, such as collecting a group of points, for instance, 512/1024/4096. ;HDMA ADC 数据结构, 使用HDMA搬用ADC采样值,一般应用于固定频率采样一组(例如:512/1024/4096个点)数据
| uint8_t hpm_hdma_adc_t::adc_count |
Sum total of ADC ;ADC 数量总和
| hpm_adc_t* hpm_hdma_adc_t::adc_pack |
ADC data structure pointer ;ADC 数据结构指针