pub enum LSEBYP {
NotBypassed = 0,
Bypassed = 1,
}Expand description
External Low Speed oscillator bypass
Value on reset: 0
Variants§
NotBypassed = 0
0: LSE crystal oscillator not bypassed
Bypassed = 1
1: LSE crystal oscillator bypassed with external clock
Trait Implementations§
impl Copy for LSEBYP
impl Eq for LSEBYP
impl StructuralPartialEq for LSEBYP
Auto Trait Implementations§
impl Freeze for LSEBYP
impl RefUnwindSafe for LSEBYP
impl Send for LSEBYP
impl Sync for LSEBYP
impl Unpin for LSEBYP
impl UnwindSafe for LSEBYP
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