Struct Adcalw
#[repr(transparent)]pub struct Adcalw(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Adcalw
impl Adcalw
pub const STARTCALIBRATION: Self
pub const STARTCALIBRATION: Self
Start the ADC calibration sequence
Trait Implementations§
§impl Ord for Adcalw
impl Ord for Adcalw
§impl PartialOrd for Adcalw
impl PartialOrd for Adcalw
impl Copy for Adcalw
impl Eq for Adcalw
impl StructuralPartialEq for Adcalw
Auto Trait Implementations§
impl Freeze for Adcalw
impl RefUnwindSafe for Adcalw
impl Send for Adcalw
impl Sync for Adcalw
impl Unpin for Adcalw
impl UnwindSafe for Adcalw
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