pub struct R(_);
Expand description
Register GAHBCFG
reader
Implementations
sourceimpl R
impl R
sourcepub fn glbllntrmsk(&self) -> GLBLLNTRMSK_R
pub fn glbllntrmsk(&self) -> GLBLLNTRMSK_R
Bit 0
sourcepub fn nptxfemplvl(&self) -> NPTXFEMPLVL_R
pub fn nptxfemplvl(&self) -> NPTXFEMPLVL_R
Bit 7
sourcepub fn ptxfemplvl(&self) -> PTXFEMPLVL_R
pub fn ptxfemplvl(&self) -> PTXFEMPLVL_R
Bit 8
sourcepub fn remmemsupp(&self) -> REMMEMSUPP_R
pub fn remmemsupp(&self) -> REMMEMSUPP_R
Bit 21
sourcepub fn notialldmawrit(&self) -> NOTIALLDMAWRIT_R
pub fn notialldmawrit(&self) -> NOTIALLDMAWRIT_R
Bit 22
sourcepub fn ahbsingle(&self) -> AHBSINGLE_R
pub fn ahbsingle(&self) -> AHBSINGLE_R
Bit 23
sourcepub fn invdescendianess(&self) -> INVDESCENDIANESS_R
pub fn invdescendianess(&self) -> INVDESCENDIANESS_R
Bit 24
Methods from Deref<Target = R<GAHBCFG_SPEC>>
Trait Implementations
sourceimpl From<R<GAHBCFG_SPEC>> for R
impl From<R<GAHBCFG_SPEC>> for R
sourcefn from(reader: R<GAHBCFG_SPEC>) -> Self
fn from(reader: R<GAHBCFG_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