pub struct Bus { /* private fields */ }Implementations§
Source§impl Bus
impl Bus
Sourcepub const fn busmcntsys(&self) -> &'static Reg<Busmcntsys_SPEC, RW>
pub const fn busmcntsys(&self) -> &'static Reg<Busmcntsys_SPEC, RW>
Master Bus Control Register SYS
Sourcepub const fn busmcntdma(&self) -> &'static Reg<Busmcntdma_SPEC, RW>
pub const fn busmcntdma(&self) -> &'static Reg<Busmcntdma_SPEC, RW>
Master Bus Control Register DMA
Sourcepub const fn bus3erradd(&self) -> &'static Reg<Bus3Erradd_SPEC, R>
pub const fn bus3erradd(&self) -> &'static Reg<Bus3Erradd_SPEC, R>
Bus Error Address Register 3
Sourcepub const fn bus3errstat(&self) -> &'static Reg<Bus3Errstat_SPEC, R>
pub const fn bus3errstat(&self) -> &'static Reg<Bus3Errstat_SPEC, R>
BUS Error Status Register 3
Sourcepub const fn bus4erradd(&self) -> &'static Reg<Bus4Erradd_SPEC, R>
pub const fn bus4erradd(&self) -> &'static Reg<Bus4Erradd_SPEC, R>
Bus Error Address Register 4
Sourcepub const fn bus4errstat(&self) -> &'static Reg<Bus4Errstat_SPEC, R>
pub const fn bus4errstat(&self) -> &'static Reg<Bus4Errstat_SPEC, R>
BUS Error Status Register 4
Trait Implementations§
impl Copy for Bus
impl Eq for Bus
impl Send for Bus
BUS Control
impl StructuralPartialEq for Bus
impl Sync for Bus
Auto Trait Implementations§
impl Freeze for Bus
impl RefUnwindSafe for Bus
impl Unpin for Bus
impl UnsafeUnpin for Bus
impl UnwindSafe for Bus
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