#[repr(u8)]pub enum Ewoffsetselect {
Cyc8 = 0,
Cyc16 = 1,
Cyc32 = 2,
Cyc64 = 3,
Cyc128 = 4,
Cyc256 = 5,
Cyc512 = 6,
Cyc1024 = 7,
Cyc2048 = 8,
Cyc4096 = 9,
Cyc8192 = 10,
}
Expand description
Early Warning Interrupt Time Offset
Value on reset: 11
Variants§
Cyc8 = 0
0: 8 clock cycles
Cyc16 = 1
1: 16 clock cycles
Cyc32 = 2
2: 32 clock cycles
Cyc64 = 3
3: 64 clock cycles
Cyc128 = 4
4: 128 clock cycles
Cyc256 = 5
5: 256 clock cycles
Cyc512 = 6
6: 512 clock cycles
Cyc1024 = 7
7: 1024 clock cycles
Cyc2048 = 8
8: 2048 clock cycles
Cyc4096 = 9
9: 4096 clock cycles
Cyc8192 = 10
10: 8192 clock cycles
Trait Implementations§
Source§impl Clone for Ewoffsetselect
impl Clone for Ewoffsetselect
Source§fn clone(&self) -> Ewoffsetselect
fn clone(&self) -> Ewoffsetselect
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for Ewoffsetselect
impl Debug for Ewoffsetselect
Source§impl From<Ewoffsetselect> for u8
impl From<Ewoffsetselect> for u8
Source§fn from(variant: Ewoffsetselect) -> Self
fn from(variant: Ewoffsetselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Ewoffsetselect
impl PartialEq for Ewoffsetselect
impl Copy for Ewoffsetselect
impl Eq for Ewoffsetselect
impl IsEnum for Ewoffsetselect
impl StructuralPartialEq for Ewoffsetselect
Auto Trait Implementations§
impl Freeze for Ewoffsetselect
impl RefUnwindSafe for Ewoffsetselect
impl Send for Ewoffsetselect
impl Sync for Ewoffsetselect
impl Unpin for Ewoffsetselect
impl UnwindSafe for Ewoffsetselect
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