pub enum CAL {
Start = 1,
}
Expand description
DLL Calibration Start
Value on reset: 0
Variants§
Start = 1
1: Calibration start
Trait Implementations§
impl Copy for CAL
impl Eq for CAL
impl StructuralPartialEq for CAL
Auto Trait Implementations§
impl Freeze for CAL
impl RefUnwindSafe for CAL
impl Send for CAL
impl Sync for CAL
impl Unpin for CAL
impl UnwindSafe for CAL
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