pub struct R(/* private fields */);Expand description
Register GAHBCFG reader
Implementations§
Source§impl R
impl R
Sourcepub fn glblintrmsk(&self) -> GLBLINTRMSK_R
pub fn glblintrmsk(&self) -> GLBLINTRMSK_R
Bit 0 - Global Interrupt Mask
Sourcepub fn nptxfemplvl(&self) -> NPTXFEMPLVL_R
pub fn nptxfemplvl(&self) -> NPTXFEMPLVL_R
Bit 7 - Non-Periodic TxFIFO Empty Level
Sourcepub fn remmemsupp(&self) -> REMMEMSUPP_R
pub fn remmemsupp(&self) -> REMMEMSUPP_R
Bit 21 - Remote Memory Support
Sourcepub fn notialldmawrit(&self) -> NOTIALLDMAWRIT_R
pub fn notialldmawrit(&self) -> NOTIALLDMAWRIT_R
Bit 22 - Notify All DMA Writes
Sourcepub fn ahbsingle(&self) -> AHBSINGLE_R
pub fn ahbsingle(&self) -> AHBSINGLE_R
Bit 23 - AHB Single Support
Methods from Deref<Target = R<GAHBCFG_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
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