#[repr(transparent)]pub struct SramDataReady(pub u32);
Expand description
RNG SRAM DMA engine is ready to read/write from/to RNG SRAM.
Tuple Fields§
§0: u32
Implementations§
Source§impl SramDataReady
impl SramDataReady
Sourcepub const fn sram_ready(&self) -> SramReady
pub const fn sram_ready(&self) -> SramReady
RNG SRAM DMA status.
Sourcepub fn set_sram_ready(&mut self, val: SramReady)
pub fn set_sram_ready(&mut self, val: SramReady)
RNG SRAM DMA status.
Trait Implementations§
Source§impl Clone for SramDataReady
impl Clone for SramDataReady
Source§fn clone(&self) -> SramDataReady
fn clone(&self) -> SramDataReady
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 Default for SramDataReady
impl Default for SramDataReady
Source§fn default() -> SramDataReady
fn default() -> SramDataReady
Returns the “default value” for a type. Read more
Source§impl PartialEq for SramDataReady
impl PartialEq for SramDataReady
impl Copy for SramDataReady
impl Eq for SramDataReady
impl StructuralPartialEq for SramDataReady
Auto Trait Implementations§
impl Freeze for SramDataReady
impl RefUnwindSafe for SramDataReady
impl Send for SramDataReady
impl Sync for SramDataReady
impl Unpin for SramDataReady
impl UnwindSafe for SramDataReady
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
)