Enum Fircvld
pub enum Fircvld {
_0 = 0,
_1 = 1,
}Expand description
Fast IRC Valid status
Value on reset: 1
Variants§
_0 = 0
0: Fast IRC is not enabled or clock is not valid.
_1 = 1
1: Fast IRC is enabled and output clock is valid. The clock is valid once there is an output clock from the FIRC analog.
Trait Implementations§
impl Copy for Fircvld
impl Eq for Fircvld
impl StructuralPartialEq for Fircvld
Auto Trait Implementations§
impl Freeze for Fircvld
impl RefUnwindSafe for Fircvld
impl Send for Fircvld
impl Sync for Fircvld
impl Unpin for Fircvld
impl UnwindSafe for Fircvld
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