Struct Rng
pub struct Rng { /* private fields */ }
Expand description
Random Number Generator
Implementations§
§impl Rng
impl Rng
pub const unsafe fn from_ptr(ptr: *mut ()) -> Rng
pub const fn as_ptr(&self) -> *mut ()
pub const fn tasks_start(self) -> Reg<u32, W>
pub const fn tasks_start(self) -> Reg<u32, W>
Task starting the random number generator
pub const fn tasks_stop(self) -> Reg<u32, W>
pub const fn tasks_stop(self) -> Reg<u32, W>
Task stopping the random number generator
pub const fn subscribe_start(self) -> Reg<Subscribe, RW>
pub const fn subscribe_start(self) -> Reg<Subscribe, RW>
Subscribe configuration for task START
pub const fn subscribe_stop(self) -> Reg<Subscribe, RW>
pub const fn subscribe_stop(self) -> Reg<Subscribe, RW>
Subscribe configuration for task STOP
pub const fn events_valrdy(self) -> Reg<u32, RW>
pub const fn events_valrdy(self) -> Reg<u32, RW>
Event being generated for every new random number written to the VALUE register
pub const fn publish_valrdy(self) -> Reg<Publish, RW>
pub const fn publish_valrdy(self) -> Reg<Publish, RW>
Publish configuration for event VALRDY
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