HPM APP
HPMicro Application solution
hpm_hdma_adc_t Struct Reference

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_tadc_pack
 ADC data structure pointer ;ADC 数据结构指针 More...
 

Detailed Description

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个点)数据

Field Documentation

◆ adc_count

uint8_t hpm_hdma_adc_t::adc_count

Sum total of ADC ;ADC 数量总和

◆ adc_pack

hpm_adc_t* hpm_hdma_adc_t::adc_pack

ADC data structure pointer ;ADC 数据结构指针


The documentation for this struct was generated from the following file: