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