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

#[repr(C)]
pub struct RegisterBlock { pub RNG_CR: RWRegister<u32>, pub RNG_SR: RWRegister<u32>, pub RNG_DR: RORegister<u32>, pub RNG_HTCR: RWRegister<u32>, // some fields omitted }

Fields

RNG_CR: RWRegister<u32>

RNG control register

RNG_SR: RWRegister<u32>

RNG status register

RNG_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.

RNG_HTCR: RWRegister<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.