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