pub enum RSTCALW {
Initialize = 1,
}
Expand description
Reset calibration
Value on reset: 0
Variants§
Initialize = 1
1: Initialize calibration register
Trait Implementations§
impl Copy for RSTCALW
impl Eq for RSTCALW
impl StructuralPartialEq for RSTCALW
Auto Trait Implementations§
impl Freeze for RSTCALW
impl RefUnwindSafe for RSTCALW
impl Send for RSTCALW
impl Sync for RSTCALW
impl Unpin for RSTCALW
impl UnwindSafe for RSTCALW
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