pub trait AdcHasLineCal { }Expand description
Marker trait for ADC units which support line fitting
Usually it means that reference points are stored in efuse.
See also AdcCalLine.
Implementors§
impl AdcHasLineCal for ADC1<'_>
Available on crate feature 
unstable only.