pub struct CcRngSram { /* private fields */ }
Expand description
CRYPTOCELL RNG SRAM interface
Implementations§
Source§impl CcRngSram
impl CcRngSram
pub const unsafe fn from_ptr(ptr: *mut ()) -> Self
pub const fn as_ptr(&self) -> *mut ()
Sourcepub const fn sram_addr(self) -> Reg<SramAddr, W>
pub const fn sram_addr(self) -> Reg<SramAddr, W>
First address given to RNG SRAM DMA for read/write transactions from/to RNG SRAM.
Sourcepub const fn sram_data_ready(self) -> Reg<SramDataReady, R>
pub const fn sram_data_ready(self) -> Reg<SramDataReady, R>
RNG SRAM DMA engine is ready to read/write from/to RNG SRAM.
Trait Implementations§
impl Copy for CcRngSram
impl Eq for CcRngSram
impl Send for CcRngSram
impl StructuralPartialEq for CcRngSram
impl Sync for CcRngSram
Auto Trait Implementations§
impl Freeze for CcRngSram
impl RefUnwindSafe for CcRngSram
impl Unpin for CcRngSram
impl UnwindSafe for CcRngSram
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
)