#[repr(u8)]pub enum ABRMOD {
Start = 0,
Edge = 1,
Frame7f = 2,
Frame55 = 3,
}
Expand description
Auto baud rate mode
Value on reset: 0
Variants§
Start = 0
0: Measurement of the start bit is used to detect the baud rate
Edge = 1
1: Falling edge to falling edge measurement
Frame7f = 2
2: 0x7F frame detection
Frame55 = 3
3: 0x55 frame detection
Trait Implementations§
impl Copy for ABRMOD
impl Eq for ABRMOD
impl IsEnum for ABRMOD
impl StructuralPartialEq for ABRMOD
Auto Trait Implementations§
impl Freeze for ABRMOD
impl RefUnwindSafe for ABRMOD
impl Send for ABRMOD
impl Sync for ABRMOD
impl Unpin for ABRMOD
impl UnwindSafe for ABRMOD
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