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

#[repr(C)]
pub struct RegisterBlock { pub IDC: RORegister<u32>, pub CR: RWRegister<u32>, pub APB3FZ1: RWRegister<u32>, pub APB1LFZ1: RWRegister<u32>, pub APB2FZ1: RWRegister<u32>, pub APB4FZ1: RWRegister<u32>, // some fields omitted }

Fields

IDC: RORegister<u32>

DBGMCU Identity Code Register

CR: RWRegister<u32>

DBGMCU Configuration Register

APB3FZ1: RWRegister<u32>

DBGMCU APB3 peripheral freeze register

APB1LFZ1: RWRegister<u32>

DBGMCU APB1L peripheral freeze register

APB2FZ1: RWRegister<u32>

DBGMCU APB2 peripheral freeze register

APB4FZ1: RWRegister<u32>

DBGMCU APB4 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.