Enum Sircvld
pub enum Sircvld {
_0 = 0,
_1 = 1,
}Expand description
Slow IRC Valid
Value on reset: 1
Variants§
_0 = 0
0: Slow IRC is not enabled or clock is not valid
_1 = 1
1: Slow IRC is enabled and output clock is valid
Trait Implementations§
impl Copy for Sircvld
impl Eq for Sircvld
impl StructuralPartialEq for Sircvld
Auto Trait Implementations§
impl Freeze for Sircvld
impl RefUnwindSafe for Sircvld
impl Send for Sircvld
impl Sync for Sircvld
impl Unpin for Sircvld
impl UnwindSafe for Sircvld
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