pub enum ETPSR {
NODIV,
DIV2,
DIV4,
DIV8,
}
Expand description
Possible values of the field ETPS
Variants§
NODIV
Prescaler OFF
DIV2
ETRP frequency divided by 2
DIV4
ETRP frequency divided by 4
DIV8
ETRP frequency divided by 8
Implementations§
Trait Implementations§
impl Copy for ETPSR
impl StructuralPartialEq for ETPSR
Auto Trait Implementations§
impl Freeze for ETPSR
impl RefUnwindSafe for ETPSR
impl Send for ETPSR
impl Sync for ETPSR
impl Unpin for ETPSR
impl UnwindSafe for ETPSR
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