pub enum ABRMODW {
START,
EDGE,
FRAME7F,
FRAME55,
}
Expand description
Values that can be written to the field ABRMOD
Variants§
START
Measurement of the start bit is used to detect the baud rate
EDGE
Falling edge to falling edge measurement
FRAME7F
0x7F frame detection
FRAME55
0x55 frame detection
Auto Trait Implementations§
impl Freeze for ABRMODW
impl RefUnwindSafe for ABRMODW
impl Send for ABRMODW
impl Sync for ABRMODW
impl Unpin for ABRMODW
impl UnwindSafe for ABRMODW
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