Enum Update
pub enum Update {
_0 = 0,
_1 = 1,
}Expand description
Allow updates
Value on reset: 0
Variants§
_0 = 0
0: Updates not allowed. After the initial configuration, the watchdog cannot be later modified without forcing a reset.
_1 = 1
1: Updates allowed. Software can modify the watchdog configuration registers within 8’d128 bus clocks after performing the unlock write sequence.
Trait Implementations§
impl Copy for Update
impl Eq for Update
impl StructuralPartialEq for Update
Auto Trait Implementations§
impl Freeze for Update
impl RefUnwindSafe for Update
impl Send for Update
impl Sync for Update
impl Unpin for Update
impl UnwindSafe for Update
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