Struct ADC1
#[non_exhaustive]pub struct ADC1;
Expand description
ADC1 peripheral singleton
Implementations§
Trait Implementations§
§impl AdcHasCurveCal for ADC1
impl AdcHasCurveCal for ADC1
§const CURVES_COEFFS: &'static [CurveCoeffs] = CURVES_COEFFS1
const CURVES_COEFFS: &'static [CurveCoeffs] = CURVES_COEFFS1
Coefficients for calculating the reading voltage error. Read more
§impl Peripheral for ADC1
impl Peripheral for ADC1
§unsafe fn clone_unchecked(&self) -> <ADC1 as Peripheral>::P
unsafe fn clone_unchecked(&self) -> <ADC1 as Peripheral>::P
Unsafely clone (duplicate) a peripheral singleton. Read more
§fn into_ref<'a>(self) -> PeripheralRef<'a, Self::P>where
Self: 'a,
fn into_ref<'a>(self) -> PeripheralRef<'a, Self::P>where
Self: 'a,
Convert a value into a
PeripheralRef
. Read moreimpl AdcHasLineCal for ADC1
Available on
esp32c2
or esp32c3
or esp32c6
or esp32s3
only.Auto Trait Implementations§
impl Freeze for ADC1
impl RefUnwindSafe for ADC1
impl Send for ADC1
impl Sync for ADC1
impl Unpin for ADC1
impl UnwindSafe for ADC1
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more