Struct stm32ral::stm32h7::peripherals::rng::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock { pub CR: RWRegister<u32>, pub SR: RWRegister<u32>, pub DR: RORegister<u32>, }

Fields

CR: RWRegister<u32>

RNG control register

SR: RWRegister<u32>

RNG status register

DR: RORegister<u32>

The RNG_DR register is a read-only register that delivers a 32-bit random value when read. The content of this register is valid when DRDY= 1, even if RNGEN=0.

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.

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.