pub enum CALR {
Complete = 0,
NotComplete = 1,
}
Expand description
A/D calibration
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for CALR
impl Eq for CALR
impl StructuralPartialEq for CALR
Auto Trait Implementations§
impl Freeze for CALR
impl RefUnwindSafe for CALR
impl Send for CALR
impl Sync for CALR
impl Unpin for CALR
impl UnwindSafe for CALR
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