Struct stm32f7x6::RNG [] [src]

pub struct RNG { /* fields omitted */ }

Random number generator

Methods

impl RNG
[src]

[src]

Returns a pointer to the register block

Trait Implementations

impl Send for RNG
[src]

impl Deref for RNG
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

Auto Trait Implementations

impl !Sync for RNG