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

ADC channel check configuration structure. More...

#include <ADC_ex.h>

Data Fields

float range_tolerance
 Vref delta around expected value (in range).
float stability_tolerance
 Max delta between consecutive (stable).
uintCPU_t stable_count
 Consecutive Vref good samples.
uintCPU_t sampling_period
 Vref sampling period.
uintCPU_t timeout
 Wait Vref timeout.
uint16_t target
 Vref expected value (computed at runtime).

Detailed Description

ADC channel check configuration structure.

Field Documentation

◆ range_tolerance

float ADCChanChk_Cfg::range_tolerance

Vref delta around expected value (in range).

◆ sampling_period

uintCPU_t ADCChanChk_Cfg::sampling_period

Vref sampling period.

◆ stability_tolerance

float ADCChanChk_Cfg::stability_tolerance

Max delta between consecutive (stable).

◆ stable_count

uintCPU_t ADCChanChk_Cfg::stable_count

Consecutive Vref good samples.

◆ target

uint16_t ADCChanChk_Cfg::target

Vref expected value (computed at runtime).

◆ timeout

uintCPU_t ADCChanChk_Cfg::timeout

Wait Vref timeout.


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