pub enum SBMODE_A {
_1_BIT,
_2_BIT,
}
Expand description
Stop Bit Mode
Value on reset: 0
Variants
_1_BIT
0: One Stop Bit
_2_BIT
1: Two Stop Bits
Trait Implementations
impl Copy for SBMODE_A
impl StructuralPartialEq for SBMODE_A
Auto Trait Implementations
impl RefUnwindSafe for SBMODE_A
impl Send for SBMODE_A
impl Sync for SBMODE_A
impl Unpin for SBMODE_A
impl UnwindSafe for SBMODE_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more