pub struct ADC1 { /* private fields */ }Expand description
Represents a virtual peripheral with no associated hardware.
This struct is generated by the create_peripheral! macro when the peripheral
is defined as virtual.
Implementations§
Trait Implementations§
Source§impl AdcHasCurveCal for ADC1
impl AdcHasCurveCal for ADC1
Source§const CURVES_COEFFS: &'static [CurveCoeffs] = CURVES_COEFFS1
const CURVES_COEFFS: &'static [CurveCoeffs] = CURVES_COEFFS1
Coefficients for calculating the reading voltage error. Read more
Source§impl Peripheral for ADC1
impl Peripheral for ADC1
impl AdcHasLineCal for ADC1
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