pub struct Rng { /* private fields */ }
Expand description
Random Number Generator.
Implementations§
Source§impl Rng
impl Rng
pub const unsafe fn from_ptr(ptr: *mut ()) -> Self
pub const fn as_ptr(&self) -> *mut ()
Sourcepub const fn tasks_start(self) -> Reg<u32, W>
pub const fn tasks_start(self) -> Reg<u32, W>
Start the random number generator.
Sourcepub const fn tasks_stop(self) -> Reg<u32, W>
pub const fn tasks_stop(self) -> Reg<u32, W>
Stop the random number generator.
Sourcepub const fn events_valrdy(self) -> Reg<u32, RW>
pub const fn events_valrdy(self) -> Reg<u32, RW>
New random number generated and written to VALUE register.
Trait Implementations§
impl Copy for Rng
impl Eq for Rng
impl Send for Rng
impl StructuralPartialEq for Rng
impl Sync for Rng
Auto Trait Implementations§
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
)