pub trait AdcHasLineCal { }Available on crate feature
unstable and (esp32c2 or esp32c3 or esp32c6 or esp32h2 or esp32s3) only.Expand description
Marker trait for ADC units which support line fitting
Usually it means that reference points are stored in efuse.
See also AdcCalLine.