pub enum LSCOSEL {
Lsi = 0,
Lse = 1,
}
Expand description
Low speed clock output selection Set and cleared by software.
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for LSCOSEL
impl Eq for LSCOSEL
impl StructuralPartialEq for LSCOSEL
Auto Trait Implementations§
impl Freeze for LSCOSEL
impl RefUnwindSafe for LSCOSEL
impl Send for LSCOSEL
impl Sync for LSCOSEL
impl Unpin for LSCOSEL
impl UnwindSafe for LSCOSEL
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