#[repr(u8)]pub enum Sstop {
VALUE00 = 0,
VALUE01 = 1,
VALUE10 = 2,
VALUE11 = 3,
}Variants§
VALUE00 = 0
Stop bit disabled for Transmitter, Receiver, and Match Store modes
VALUE01 = 1
Stop bit disabled for Transmitter, Receiver, and Match Store modes; when timer is in stop condition, Receiver and Match Store modes store receive data on the configured shift edge
VALUE10 = 2
Transmitter mode outputs stop bit value 0 in Match Store mode; if stop bit is not 0, Receiver and Match Store modes set error flag (when timer is in stop condition, these modes also store receive data on the configured shift edge)
VALUE11 = 3
Transmitter mode outputs stop bit value 1 in Match Store mode; if stop bit is not 1, Receiver and Match Store modes set error flag (when timer is in stop condition, these modes also store receive data on the configured shift edge)
Implementations§
Trait Implementations§
Source§impl Ord for Sstop
impl Ord for Sstop
Source§impl PartialOrd for Sstop
impl PartialOrd for Sstop
impl Copy for Sstop
impl Eq for Sstop
impl StructuralPartialEq for Sstop
Auto Trait Implementations§
impl Freeze for Sstop
impl RefUnwindSafe for Sstop
impl Send for Sstop
impl Sync for Sstop
impl Unpin for Sstop
impl UnwindSafe for Sstop
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