Struct stm32ral::stm32wl::stm32wle5::dbgmcu::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock { pub IDCODER: RORegister<u32>, pub CR: RWRegister<u32>, pub APB1FZR1: RWRegister<u32>, pub APB1FZR2: RWRegister<u32>, pub APB2FZR: RWRegister<u32>, // some fields omitted }

Fields

IDCODER: RORegister<u32>

DBGMCU Identity Code Register

CR: RWRegister<u32>

DBGMCU Configuration Register

APB1FZR1: RWRegister<u32>

DBGMCU CPU1 APB1 Peripheral Freeze Register 1

APB1FZR2: RWRegister<u32>

DBGMCU CPU1 APB1 Peripheral Freeze Register 2

APB2FZR: RWRegister<u32>

DBGMCU CPU1 APB2 Peripheral Freeze 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.