#[repr(transparent)]pub struct Cs(pub u32);Expand description
Watchdog Control and Status Register
Tuple Fields§
§0: u32Implementations§
Source§impl Cs
impl Cs
Sourcepub const fn set_update(&mut self, val: Update)
pub const fn set_update(&mut self, val: Update)
Allow updates
Sourcepub const fn cmd32en(&self) -> Cmd32en
pub const fn cmd32en(&self) -> Cmd32en
Enables or disables WDOG support for 32-bit (otherwise 16-bit or 8-bit) refresh/unlock command write words
Sourcepub const fn set_cmd32en(&mut self, val: Cmd32en)
pub const fn set_cmd32en(&mut self, val: Cmd32en)
Enables or disables WDOG support for 32-bit (otherwise 16-bit or 8-bit) refresh/unlock command write words
Trait Implementations§
impl Copy for Cs
impl Eq for Cs
impl StructuralPartialEq for Cs
Auto Trait Implementations§
impl Freeze for Cs
impl RefUnwindSafe for Cs
impl Send for Cs
impl Sync for Cs
impl Unpin for Cs
impl UnwindSafe for Cs
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