pub struct SDMA { /* private fields */ }Expand description
System Direct Access Memory
Implementations§
Methods from Deref<Target = RegisterBlock>§
Sourcepub fn pcell_id_3(&self) -> &Reg<PCELL_ID_3_SPEC>
pub fn pcell_id_3(&self) -> &Reg<PCELL_ID_3_SPEC>
0xff0 - PrimeCell identification 3
Sourcepub fn pcell_id_2(&self) -> &Reg<PCELL_ID_2_SPEC>
pub fn pcell_id_2(&self) -> &Reg<PCELL_ID_2_SPEC>
0xff0 - PrimeCell identification 2
Sourcepub fn pcell_id_1(&self) -> &Reg<PCELL_ID_1_SPEC>
pub fn pcell_id_1(&self) -> &Reg<PCELL_ID_1_SPEC>
0xff0 - PrimeCell identification 1
Sourcepub fn pcell_id_0(&self) -> &Reg<PCELL_ID_0_SPEC>
pub fn pcell_id_0(&self) -> &Reg<PCELL_ID_0_SPEC>
0xff0 - PrimeCell identification 0
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SDMA
impl RefUnwindSafe for SDMA
impl !Sync for SDMA
impl Unpin for SDMA
impl UnwindSafe for SDMA
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