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