Struct lpc55_hal::peripherals::rng::Rng[][src]

pub struct Rng<State = Unknown> {
    pub _state: State,
    // some fields omitted
}

Fields

_state: State

Implementations

random method to get some information about the RNG

Trait Implementations

Performs the conversion.

Error type

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

Return the next random u32. Read more

Return the next random u64. Read more

Fill dest with random data. Read more

Fill dest entirely 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.