Struct stm32ral::stm32g0::stm32g0c1::rng::RegisterBlock[][src]

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

Fields

RNG_CR: RWRegister<u32>

control register

RNG_SR: RWRegister<u32>

status register

RNG_DR: RORegister<u32>

data register

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.