Enum Fircerr
pub enum Fircerr {
_0 = 0,
_1 = 1,
}Expand description
Fast IRC Clock Error
Value on reset: 0
Variants§
_0 = 0
0: Error not detected with the Fast IRC trimming.
_1 = 1
1: Error detected with the Fast IRC trimming.
Trait Implementations§
impl Copy for Fircerr
impl Eq for Fircerr
impl StructuralPartialEq for Fircerr
Auto Trait Implementations§
impl Freeze for Fircerr
impl RefUnwindSafe for Fircerr
impl Send for Fircerr
impl Sync for Fircerr
impl Unpin for Fircerr
impl UnwindSafe for Fircerr
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