pub enum ETPSW {
NODIV,
DIV2,
DIV4,
DIV8,
}
Expand description
Values that can be written to 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
Auto Trait Implementations§
impl Freeze for ETPSW
impl RefUnwindSafe for ETPSW
impl Send for ETPSW
impl Sync for ETPSW
impl Unpin for ETPSW
impl UnwindSafe for ETPSW
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