pub struct Cryptmstrdma { /* private fields */ }Expand description
Unspecified.
Implementations§
Source§impl Cryptmstrdma
impl Cryptmstrdma
pub const unsafe fn from_ptr(ptr: *mut ()) -> Self
pub const fn as_ptr(&self) -> *mut ()
Sourcepub const fn fetchaddrlsb(self) -> Reg<u32, RW>
pub const fn fetchaddrlsb(self) -> Reg<u32, RW>
Fetch Address Least Significant Word.
Sourcepub const fn fetchaddrmsb(self) -> Reg<u32, RW>
pub const fn fetchaddrmsb(self) -> Reg<u32, RW>
Fetch Address Most Significant Word.
Sourcepub const fn pushaddrlsb(self) -> Reg<u32, RW>
pub const fn pushaddrlsb(self) -> Reg<u32, RW>
Push Address Least Significant Word.
Sourcepub const fn pushaddrmsb(self) -> Reg<u32, RW>
pub const fn pushaddrmsb(self) -> Reg<u32, RW>
Push Address Most Significant Word.
Sourcepub const fn intstatraw(self) -> Reg<Intstatraw, RW>
pub const fn intstatraw(self) -> Reg<Intstatraw, RW>
Interrupt Status Raw.
Sourcepub const fn intstatclr(self) -> Reg<Intstatclr, RW>
pub const fn intstatclr(self) -> Reg<Intstatclr, RW>
Interrupt Status Clear.
Sourcepub const fn start(self) -> Reg<CryptmstrdmaStart, RW>
pub const fn start(self) -> Reg<CryptmstrdmaStart, RW>
Start.
Sourcepub const fn status(self) -> Reg<CryptmstrdmaStatus, RW>
pub const fn status(self) -> Reg<CryptmstrdmaStatus, RW>
Status.
Trait Implementations§
Source§impl Clone for Cryptmstrdma
impl Clone for Cryptmstrdma
Source§fn clone(&self) -> Cryptmstrdma
fn clone(&self) -> Cryptmstrdma
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl PartialEq for Cryptmstrdma
impl PartialEq for Cryptmstrdma
impl Copy for Cryptmstrdma
impl Eq for Cryptmstrdma
impl Send for Cryptmstrdma
impl StructuralPartialEq for Cryptmstrdma
impl Sync for Cryptmstrdma
Auto Trait Implementations§
impl Freeze for Cryptmstrdma
impl RefUnwindSafe for Cryptmstrdma
impl Unpin for Cryptmstrdma
impl UnwindSafe for Cryptmstrdma
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