#[repr(transparent)]pub struct CryptmstrdmaStart(pub u32);Expand description
Start
Tuple Fields§
§0: u32Implementations§
Source§impl CryptmstrdmaStart
impl CryptmstrdmaStart
Sourcepub const fn startfetch(&self) -> bool
pub const fn startfetch(&self) -> bool
Writing a ‘1’ starts the fetcher DMA. Writing a ‘0’ has no effect.
Sourcepub const fn set_startfetch(&mut self, val: bool)
pub const fn set_startfetch(&mut self, val: bool)
Writing a ‘1’ starts the fetcher DMA. Writing a ‘0’ has no effect.
Sourcepub const fn startpush(&self) -> bool
pub const fn startpush(&self) -> bool
Writing a ‘1’ starts the pusher DMA. Writing a ‘0’ has no effect.
Sourcepub const fn set_startpush(&mut self, val: bool)
pub const fn set_startpush(&mut self, val: bool)
Writing a ‘1’ starts the pusher DMA. Writing a ‘0’ has no effect.
Trait Implementations§
Source§impl Clone for CryptmstrdmaStart
impl Clone for CryptmstrdmaStart
Source§fn clone(&self) -> CryptmstrdmaStart
fn clone(&self) -> CryptmstrdmaStart
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 Debug for CryptmstrdmaStart
impl Debug for CryptmstrdmaStart
Source§impl Default for CryptmstrdmaStart
impl Default for CryptmstrdmaStart
Source§fn default() -> CryptmstrdmaStart
fn default() -> CryptmstrdmaStart
Returns the “default value” for a type. Read more
Source§impl PartialEq for CryptmstrdmaStart
impl PartialEq for CryptmstrdmaStart
impl Copy for CryptmstrdmaStart
impl Eq for CryptmstrdmaStart
impl StructuralPartialEq for CryptmstrdmaStart
Auto Trait Implementations§
impl Freeze for CryptmstrdmaStart
impl RefUnwindSafe for CryptmstrdmaStart
impl Send for CryptmstrdmaStart
impl Sync for CryptmstrdmaStart
impl Unpin for CryptmstrdmaStart
impl UnwindSafe for CryptmstrdmaStart
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)