Enum Tsot
pub enum Tsot {
_0 = 0,
_1 = 1,
}Expand description
Timer Start On Trigger
Value on reset: 0
Variants§
_0 = 0
0: Timer starts to decrement immediately based on restart condition (controlled by TSOI bit)
_1 = 1
1: Timer starts to decrement when rising edge on selected trigger is detected
Trait Implementations§
impl Copy for Tsot
impl Eq for Tsot
impl StructuralPartialEq for Tsot
Auto Trait Implementations§
impl Freeze for Tsot
impl RefUnwindSafe for Tsot
impl Send for Tsot
impl Sync for Tsot
impl Unpin for Tsot
impl UnwindSafe for Tsot
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