|
HARMcksL: ARM HAL toolbox (yet STM32 oriented) 1.6
SMFSW collection of HAL hacks for STM32
|
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). | |
ADC channel check configuration structure.
| float ADCChanChk_Cfg::range_tolerance |
Vref delta around expected value (in range).
| uintCPU_t ADCChanChk_Cfg::sampling_period |
Vref sampling period.
| float ADCChanChk_Cfg::stability_tolerance |
Max delta between consecutive (stable).
| uintCPU_t ADCChanChk_Cfg::stable_count |
Consecutive Vref good samples.
| uint16_t ADCChanChk_Cfg::target |
Vref expected value (computed at runtime).
| uintCPU_t ADCChanChk_Cfg::timeout |
Wait Vref timeout.