Enum Etps
#[repr(u8)]pub enum Etps {
Div1 = 0,
Div2 = 1,
Div4 = 2,
Div8 = 3,
}Variants§
Div1 = 0
Prescaler OFF
Div2 = 1
ETRP frequency divided by 2
Div4 = 2
ETRP frequency divided by 4
Div8 = 3
ETRP frequency divided by 8
Implementations§
Trait Implementations§
impl Copy for Etps
impl Eq for Etps
§impl Ord for Etps
impl Ord for Etps
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialOrd for Etps
impl PartialOrd for Etps
impl StructuralPartialEq for Etps
Auto Trait Implementations§
impl Freeze for Etps
impl RefUnwindSafe for Etps
impl Send for Etps
impl Sync for Etps
impl Unpin for Etps
impl UnsafeUnpin for Etps
impl UnwindSafe for Etps
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