Struct stm32ral::stm32g0::peripherals::iwdg_v2::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock { pub IWDG_KR: WORegister<u32>, pub IWDG_PR: RWRegister<u32>, pub IWDG_RLR: RWRegister<u32>, pub IWDG_SR: RORegister<u32>, pub IWDG_WINR: RWRegister<u32>, }

Fields

IWDG_KR: WORegister<u32>

Key register

IWDG_PR: RWRegister<u32>

Prescaler register

IWDG_RLR: RWRegister<u32>

Reload register

IWDG_SR: RORegister<u32>

Status register

IWDG_WINR: RWRegister<u32>

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