pub const FULL_SCALE: u16 = 4393;Available on crate feature
unstable only.Expand description
The largest value a conversion can return.
The SAR has 17 redundant comparator bits with non-uniform weights, and the hardware reports their weighted sum. The result is therefore not a 17-bit number: it spans a little more than 12 bits.
See adc_digi_output_data_t for the ESP32-S31 in
components/esp_hal_ana_conv/include/hal/adc_types.h.
ยงStability
This API is marked as unstable and is only available when the unstable
crate feature is enabled. This comes with no stability guarantees, and could be changed
or removed at any time.