Struct adc_state_t¶
ADC state. More...
#include <adc_core.h>
Public Attributes¶
| Type | Name |
|---|---|
| int | bits |
| int64_t | clip_max |
| int64_t | clip_min |
| uint8_t | clipped |
| float | dbfs |
| int | dithering |
| uint32_t | rng |
| double | scale |
Detailed Description¶
Allocate with adc_create().
clipped is sticky — set on any sample that saturates; cleared only by reset().
Public Attributes Documentation¶
variable bits¶
variable clip_max¶
variable clip_min¶
variable clipped¶
variable dbfs¶
variable dithering¶
variable rng¶
variable scale¶
The documentation for this class was generated from the following file native/inc/adc/adc_core.h