Enum Timrst
#[repr(u8)]pub enum Timrst {
_0 = 0,
_10 = 2,
_11 = 3,
_100 = 4,
_110 = 6,
_111 = 7,
}Expand description
Timer Reset
Value on reset: 0
Variants§
_0 = 0
0: Timer never reset
_10 = 2
2: Timer reset on Timer Pin equal to Timer Output
_11 = 3
3: Timer reset on Timer Trigger equal to Timer Output
_100 = 4
4: Timer reset on Timer Pin rising edge
_110 = 6
6: Timer reset on Trigger rising edge
_111 = 7
7: Timer reset on Trigger rising or falling edge
Trait Implementations§
impl Copy for Timrst
impl Eq for Timrst
impl IsEnum for Timrst
impl StructuralPartialEq for Timrst
Auto Trait Implementations§
impl Freeze for Timrst
impl RefUnwindSafe for Timrst
impl Send for Timrst
impl Sync for Timrst
impl Unpin for Timrst
impl UnwindSafe for Timrst
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