pub struct W(/* private fields */);Expand description
Register BODCTRL writer
Implementations§
Source§impl W
impl W
Sourcepub fn bodrstlev(&mut self) -> BODRSTLEV_W<'_>
pub fn bodrstlev(&mut self) -> BODRSTLEV_W<'_>
Bits 0:1 - BOD reset level
Sourcepub fn bodintval(&mut self) -> BODINTVAL_W<'_>
pub fn bodintval(&mut self) -> BODINTVAL_W<'_>
Bits 2:3 - BOD interrupt level
Sourcepub fn bodrstena(&mut self) -> BODRSTENA_W<'_>
pub fn bodrstena(&mut self) -> BODRSTENA_W<'_>
Bit 4 - BOD reset enable
Methods from Deref<Target = W<BODCTRL_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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