pub enum WDGTBW {
DIV1,
DIV2,
DIV4,
DIV8,
}
Expand description
Values that can be written to the field WDGTB
Variants§
DIV1
Counter clock (PCLK1 div 4096) div 1
DIV2
Counter clock (PCLK1 div 4096) div 2
DIV4
Counter clock (PCLK1 div 4096) div 4
DIV8
Counter clock (PCLK1 div 4096) div 8
Auto Trait Implementations§
impl Freeze for WDGTBW
impl RefUnwindSafe for WDGTBW
impl Send for WDGTBW
impl Sync for WDGTBW
impl Unpin for WDGTBW
impl UnwindSafe for WDGTBW
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