|
HARMcksL: ARM HAL toolbox (yet STM32 oriented) 1.6
SMFSW collection of HAL hacks for STM32
|
ADCex structure. More...

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 |
ADCex structure.
| const ADC_Cfg* const ADCex_t::aADCCfg |
Pointer to ADCConfig array.
| volatile uint16_t ADCex_t::bufferADC[TOTAL_ADC_CHANS][ADC_SAMP_BUF_SIZE] |
ADC buffer.
| struct { ... } ADCex_t::cfg |
| uint32_t ADCex_t::hUpdate |
Last ADC sampling or conversion time.
| volatile uintCPU_t ADCex_t::idxMeasure |
Current measure index (for array filling).
| uint32_t ADCex_t::period |
Sampling or Conversion period.