#[repr(C)]
pub struct RegisterBlock { pub ctlr: Reg<CTLR_SPEC>, pub pscr: Reg<PSCR_SPEC>, pub rldr: Reg<RLDR_SPEC>, pub statr: Reg<STATR_SPEC>, }
Expand description

Register block

Fields

ctlr: Reg<CTLR_SPEC>

0x00 - Key register (IWDG_CTLR)

pscr: Reg<PSCR_SPEC>

0x04 - Prescaler register (IWDG_PSCR)

rldr: Reg<RLDR_SPEC>

0x08 - Reload register (IWDG_RLDR)

statr: Reg<STATR_SPEC>

0x0c - Status register (IWDG_SR)

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.