pub struct W(/* private fields */);
Expand description
Register EM4CONF
writer
Implementations§
Source§impl W
impl W
Sourcepub fn bubodrstdis(&mut self) -> BUBODRSTDIS_W<'_>
pub fn bubodrstdis(&mut self) -> BUBODRSTDIS_W<'_>
Bit 4 - Disable reset from Backup BOD in EM4
Sourcepub fn lockconf(&mut self) -> LOCKCONF_W<'_>
pub fn lockconf(&mut self) -> LOCKCONF_W<'_>
Bit 16 - EM4 configuration lock enable
Methods from Deref<Target = W<EM4CONF_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