HARMcksL: ARM HAL toolbox (yet STM32 oriented) 1.6
SMFSW collection of HAL hacks for STM32
Loading...
Searching...
No Matches
ADCex_t Struct Reference

ADCex structure. More...

Collaboration diagram for ADCex_t:

Data Fields

volatile uintCPU_t idxMeasure
 Current measure index (for array filling).
volatile uint16_t bufferADC [TOTAL_ADC_CHANS][ADC_SAMP_BUF_SIZE]
 ADC buffer.
uint32_t hUpdate
 Last ADC sampling or conversion time.
struct { 
   uint32_t   period 
 Sampling or Conversion period. More...
   const ADC_Cfg *const   aADCCfg 
 Pointer to ADCConfig array. More...
cfg

Detailed Description

ADCex structure.

Field Documentation

◆ aADCCfg

const ADC_Cfg* const ADCex_t::aADCCfg

Pointer to ADCConfig array.

◆ bufferADC

volatile uint16_t ADCex_t::bufferADC[TOTAL_ADC_CHANS][ADC_SAMP_BUF_SIZE]

ADC buffer.

◆ [struct]

struct { ... } ADCex_t::cfg

◆ hUpdate

uint32_t ADCex_t::hUpdate

Last ADC sampling or conversion time.

◆ idxMeasure

volatile uintCPU_t ADCex_t::idxMeasure

Current measure index (for array filling).

◆ period

uint32_t ADCex_t::period

Sampling or Conversion period.


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