pub struct W(_);Expand description
Register AIRCR writer
Implementations
sourceimpl W
 
impl W
sourcepub fn vectreset(&mut self) -> VECTRESET_W<'_>
 
pub fn vectreset(&mut self) -> VECTRESET_W<'_>
Bit 0 - Must write 0
sourcepub fn vectclractive(&mut self) -> VECTCLRACTIVE_W<'_>
 
pub fn vectclractive(&mut self) -> VECTCLRACTIVE_W<'_>
Bit 1 - Must write 0
sourcepub fn sysresetreq(&mut self) -> SYSRESETREQ_W<'_>
 
pub fn sysresetreq(&mut self) -> SYSRESETREQ_W<'_>
Bit 2 - System Reset Request
sourcepub fn prigroup(&mut self) -> PRIGROUP_W<'_>
 
pub fn prigroup(&mut self) -> PRIGROUP_W<'_>
Bits 8:10 - Interrupt priority grouping
sourcepub fn endianness(&mut self) -> ENDIANNESS_W<'_>
 
pub fn endianness(&mut self) -> ENDIANNESS_W<'_>
Bit 15 - Data endianness, 0=little, 1=big
Methods from Deref<Target = W<AIRCR_SPEC>>
Trait Implementations
sourceimpl From<W<AIRCR_SPEC>> for W
 
impl From<W<AIRCR_SPEC>> for W
sourcefn from(writer: W<AIRCR_SPEC>) -> Self
 
fn from(writer: W<AIRCR_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more