Struct SYN_ADC¶
ADC channel instance — config + last readings.
#include <syn_adc.h>
Public Attributes¶
| Type | Name |
|---|---|
| int32_t | calibrated |
| SYN_ADC_Config | cfg |
| int32_t | filtered |
| int32_t | raw |
| SYN_Signal * | stats |
Public Attributes Documentation¶
variable calibrated¶
After calibration
variable cfg¶
Configuration
variable filtered¶
After filter
variable raw¶
Last raw reading (after oversample)
variable stats¶
If set, calibrated value pushed here
The documentation for this class was generated from the following file src/syntropic/drivers/syn_adc.h