#[repr(u8)]pub enum BaudDiv {
Div8 = 7,
Div16 = 15,
}Expand description
Baud rate oversampling: 0x7=8x; 0xF=16x
Value on reset: 15
Variants§
Trait Implementations§
impl Copy for BaudDiv
impl Eq for BaudDiv
impl IsEnum for BaudDiv
impl StructuralPartialEq for BaudDiv
Auto Trait Implementations§
impl Freeze for BaudDiv
impl RefUnwindSafe for BaudDiv
impl Send for BaudDiv
impl Sync for BaudDiv
impl Unpin for BaudDiv
impl UnsafeUnpin for BaudDiv
impl UnwindSafe for BaudDiv
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