Struct stm32f7xx_hal::pac::RNG[][src]

pub struct RNG { /* fields omitted */ }
Expand description

Random number generator

Implementations

Returns a pointer to the register block

Trait Implementations

The resulting type after dereferencing.

Dereferences the value.

Enable RNG_CLK and the RNG peripheral. Note that clocks must already be configured such that RNG_CLK is not less than 1/16 HCLK, otherwise all reads of the RNG would return a ClockError (CECS error).

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.