Enum Tstop
#[repr(u8)]pub enum Tstop {
_0 = 0,
_1 = 1,
_10 = 2,
_11 = 3,
}Expand description
Timer Stop Bit
Value on reset: 0
Variants§
_0 = 0
0: Stop bit disabled
_1 = 1
1: Stop bit is enabled on timer compare
_10 = 2
2: Stop bit is enabled on timer disable
_11 = 3
3: Stop bit is enabled on timer compare and timer disable
Trait Implementations§
impl Copy for Tstop
impl Eq for Tstop
impl IsEnum for Tstop
impl StructuralPartialEq for Tstop
Auto Trait Implementations§
impl Freeze for Tstop
impl RefUnwindSafe for Tstop
impl Send for Tstop
impl Sync for Tstop
impl Unpin for Tstop
impl UnwindSafe for Tstop
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