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