pub enum ABREN {
Disabled = 0,
Enabled = 1,
}
Expand description
Auto baud rate enable
Value on reset: 0
Variants§
Disabled = 0
0: Auto baud rate detection is disabled
Enabled = 1
1: Auto baud rate detection is enabled
Trait Implementations§
impl Copy for ABREN
impl Eq for ABREN
impl StructuralPartialEq for ABREN
Auto Trait Implementations§
impl Freeze for ABREN
impl RefUnwindSafe for ABREN
impl Send for ABREN
impl Sync for ABREN
impl Unpin for ABREN
impl UnwindSafe for ABREN
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