pub enum BPASS {
Disabled = 0,
Enabled = 1,
}Expand description
bypass of the prescaler at master baud rate clock generator
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for BPASS
impl Eq for BPASS
impl StructuralPartialEq for BPASS
Auto Trait Implementations§
impl Freeze for BPASS
impl RefUnwindSafe for BPASS
impl Send for BPASS
impl Sync for BPASS
impl Unpin for BPASS
impl UnwindSafe for BPASS
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