pub enum LSEBYPW {
NOTBYPASSED,
BYPASSED,
}Expand description
Values that can be written to the field LSEBYP
Variants§
NOTBYPASSED
LSE crystal oscillator not bypassed
BYPASSED
LSE crystal oscillator bypassed with external clock
Auto Trait Implementations§
impl Freeze for LSEBYPW
impl RefUnwindSafe for LSEBYPW
impl Send for LSEBYPW
impl Sync for LSEBYPW
impl Unpin for LSEBYPW
impl UnwindSafe for LSEBYPW
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