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