Enum Pres
pub enum Pres {
_0 = 0,
_1 = 1,
}Expand description
Watchdog prescaler
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Pres
impl Eq for Pres
impl StructuralPartialEq for Pres
Auto Trait Implementations§
impl Freeze for Pres
impl RefUnwindSafe for Pres
impl Send for Pres
impl Sync for Pres
impl Unpin for Pres
impl UnwindSafe for Pres
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