Enum Timdec
#[repr(u8)]pub enum Timdec {
_0 = 0,
_1 = 1,
_10 = 2,
_11 = 3,
}Expand description
Timer Decrement
Value on reset: 0
Variants§
_0 = 0
0: Decrement counter on FlexIO clock, Shift clock equals Timer output.
_1 = 1
1: Decrement counter on Trigger input (both edges), Shift clock equals Timer output.
_10 = 2
2: Decrement counter on Pin input (both edges), Shift clock equals Pin input.
_11 = 3
3: Decrement counter on Trigger input (both edges), Shift clock equals Trigger input.
Trait Implementations§
impl Copy for Timdec
impl Eq for Timdec
impl IsEnum for Timdec
impl StructuralPartialEq for Timdec
Auto Trait Implementations§
impl Freeze for Timdec
impl RefUnwindSafe for Timdec
impl Send for Timdec
impl Sync for Timdec
impl Unpin for Timdec
impl UnwindSafe for Timdec
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