Struct stm32ral::stm32mp::peripherals::hdp::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock { pub HDP_CTRL: RWRegister<u32>, pub HDP_MUX: RWRegister<u32>, pub HDP_VAL: RORegister<u32>, pub HDP_GPOSET: WORegister<u32>, pub HDP_GPOCLR: WORegister<u32>, pub HDP_GPOVAL: RWRegister<u32>, pub HDP_VERR: RORegister<u32>, pub HDP_IPIDR: RORegister<u32>, pub HDP_SIDR: RORegister<u32>, // some fields omitted }

Fields

HDP_CTRL: RWRegister<u32>

HDP Control

HDP_MUX: RWRegister<u32>

HDP multiplexing

HDP_VAL: RORegister<u32>

HDP value

HDP_GPOSET: WORegister<u32>

HDP GPO set

HDP_GPOCLR: WORegister<u32>

HDP GPO clear

HDP_GPOVAL: RWRegister<u32>

HDP GPO value

HDP_VERR: RORegister<u32>

HDP version register

HDP_IPIDR: RORegister<u32>

HDP IP identification register

HDP_SIDR: RORegister<u32>

HDP size identification 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.