Struct stm32l4::stm32l4x1::RNG [−][src]
pub struct RNG { /* fields omitted */ }Random number generator
Methods
impl RNG[src]
impl RNGpub fn ptr() -> *const RegisterBlock[src]
pub fn ptr() -> *const RegisterBlockReturns a pointer to the register block
Trait Implementations
impl Send for RNG[src]
impl Send for RNGimpl Deref for RNG[src]
impl Deref for RNGtype Target = RegisterBlock
The resulting type after dereferencing.
fn deref(&self) -> &RegisterBlock[src]
fn deref(&self) -> &RegisterBlockDereferences the value.