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