Struct xmc4400::wdt::RegisterBlock

source ·
#[repr(C)]
pub struct RegisterBlock { pub id: ID, pub ctr: CTR, pub srv: SRV, pub tim: TIM, pub wlb: WLB, pub wub: WUB, pub wdtsts: WDTSTS, pub wdtclr: WDTCLR, }
Expand description

Register block

Fields§

§id: ID

0x00 - WDT ID Register

§ctr: CTR

0x04 - WDT Control Register

§srv: SRV

0x08 - WDT Service Register

§tim: TIM

0x0c - WDT Timer Register

§wlb: WLB

0x10 - WDT Window Lower Bound Register

§wub: WUB

0x14 - WDT Window Upper Bound Register

§wdtsts: WDTSTS

0x18 - WDT Status Register

§wdtclr: WDTCLR

0x1c - WDT Clear 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

Returns the argument unchanged.

Calls U::from(self).

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

Should always be Self
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.