pub struct R(_);
Expand description
Register AIRCR
reader
Implementations
sourceimpl R
impl R
sourcepub fn vectreset(&self) -> VECTRESET_R
pub fn vectreset(&self) -> VECTRESET_R
Bit 0 - Must write 0
sourcepub fn vectclractive(&self) -> VECTCLRACTIVE_R
pub fn vectclractive(&self) -> VECTCLRACTIVE_R
Bit 1 - Must write 0
sourcepub fn sysresetreq(&self) -> SYSRESETREQ_R
pub fn sysresetreq(&self) -> SYSRESETREQ_R
Bit 2 - System Reset Request
sourcepub fn prigroup(&self) -> PRIGROUP_R
pub fn prigroup(&self) -> PRIGROUP_R
Bits 8:10 - Interrupt priority grouping
sourcepub fn endianness(&self) -> ENDIANNESS_R
pub fn endianness(&self) -> ENDIANNESS_R
Bit 15 - Data endianness, 0=little, 1=big
Methods from Deref<Target = R<AIRCR_SPEC>>
Trait Implementations
sourceimpl From<R<AIRCR_SPEC>> for R
impl From<R<AIRCR_SPEC>> for R
sourcefn from(reader: R<AIRCR_SPEC>) -> Self
fn from(reader: R<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