Struct stm32f7xx_hal::rng::Rng[][src]

pub struct Rng { /* fields omitted */ }

Implementations

Returns 32 bits of random data from RNDATA, or error. May fail if, for example RNG_CLK is misconfigured.

Trait Implementations

Error type

Reads enough bytes from hardware random number generator to fill buffer Read more

Fills buffer with random values, or returns an error

Return the next random u32. Read more

Return the next random u64. Read more

Fill dest with random data. Read more

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.