pub enum LSERDYR {
NotReady = 0,
Ready = 1,
}Expand description
External Low Speed oscillator ready
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for LSERDYR
impl Eq for LSERDYR
impl StructuralPartialEq for LSERDYR
Auto Trait Implementations§
impl Freeze for LSERDYR
impl RefUnwindSafe for LSERDYR
impl Send for LSERDYR
impl Sync for LSERDYR
impl Unpin for LSERDYR
impl UnwindSafe for LSERDYR
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