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 Bit
Sourcepub const fn fetchaddrmsb(self) -> Reg<u32, RW>
pub const fn fetchaddrmsb(self) -> Reg<u32, RW>
Fetch Address Most Significant Bit
Sourcepub const fn pushaddrlsb(self) -> Reg<u32, RW>
pub const fn pushaddrlsb(self) -> Reg<u32, RW>
Push Address Least Significant Bit
Sourcepub const fn pushaddrmsb(self) -> Reg<u32, RW>
pub const fn pushaddrmsb(self) -> Reg<u32, RW>
Push Address Most Significant Bit
Sourcepub const fn intstatraw(self) -> Reg<u32, RW>
pub const fn intstatraw(self) -> Reg<u32, RW>
Interrupt Status Raw
Sourcepub const fn intstatclr(self) -> Reg<u32, RW>
pub const fn intstatclr(self) -> Reg<u32, 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 copy 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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)