Enum Timdis
#[repr(u8)]pub enum Timdis {
_0 = 0,
_1 = 1,
_10 = 2,
_11 = 3,
_100 = 4,
_101 = 5,
_110 = 6,
}Expand description
Timer Disable
Value on reset: 0
Variants§
_0 = 0
0: Timer never disabled
_1 = 1
1: Timer disabled on Timer N-1 disable
_10 = 2
2: Timer disabled on Timer compare
_11 = 3
3: Timer disabled on Timer compare and Trigger Low
_100 = 4
4: Timer disabled on Pin rising or falling edge
_101 = 5
5: Timer disabled on Pin rising or falling edge provided Trigger is high
_110 = 6
6: Timer disabled on Trigger falling edge
Trait Implementations§
impl Copy for Timdis
impl Eq for Timdis
impl IsEnum for Timdis
impl StructuralPartialEq for Timdis
Auto Trait Implementations§
impl Freeze for Timdis
impl RefUnwindSafe for Timdis
impl Send for Timdis
impl Sync for Timdis
impl Unpin for Timdis
impl UnwindSafe for Timdis
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