pub struct W(/* private fields */);
Expand description
Register CTRL
writer
Implementations§
Source§impl W
impl W
Sourcepub fn addrfaulten(&mut self) -> ADDRFAULTEN_W<'_, 0>
pub fn addrfaulten(&mut self) -> ADDRFAULTEN_W<'_, 0>
Bit 0 - Invalid Address Bus Fault Response Enable
Sourcepub fn clkdisfaulten(&mut self) -> CLKDISFAULTEN_W<'_, 1>
pub fn clkdisfaulten(&mut self) -> CLKDISFAULTEN_W<'_, 1>
Bit 1 - Clock-disabled Bus Fault Response Enable
Sourcepub fn pwrupondemand(&mut self) -> PWRUPONDEMAND_W<'_, 2>
pub fn pwrupondemand(&mut self) -> PWRUPONDEMAND_W<'_, 2>
Bit 2 - Power Up on Demand During Wake Up
Sourcepub fn ifcreadclear(&mut self) -> IFCREADCLEAR_W<'_, 3>
pub fn ifcreadclear(&mut self) -> IFCREADCLEAR_W<'_, 3>
Bit 3 - IFC Read Clears IF
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