Struct nrf52832_hal::pac::wdt::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock { pub tasks_start: Reg<TASKS_START_SPEC>, pub events_timeout: Reg<EVENTS_TIMEOUT_SPEC>, pub intenset: Reg<INTENSET_SPEC>, pub intenclr: Reg<INTENCLR_SPEC>, pub runstatus: Reg<RUNSTATUS_SPEC>, pub reqstatus: Reg<REQSTATUS_SPEC>, pub crv: Reg<CRV_SPEC>, pub rren: Reg<RREN_SPEC>, pub config: Reg<CONFIG_SPEC>, pub rr: [Reg<RR_SPEC>; 8], // some fields omitted }
Expand description

Register block

Fields

tasks_start: Reg<TASKS_START_SPEC>

0x00 - Start the watchdog

events_timeout: Reg<EVENTS_TIMEOUT_SPEC>

0x100 - Watchdog timeout

intenset: Reg<INTENSET_SPEC>

0x304 - Enable interrupt

intenclr: Reg<INTENCLR_SPEC>

0x308 - Disable interrupt

runstatus: Reg<RUNSTATUS_SPEC>

0x400 - Run status

reqstatus: Reg<REQSTATUS_SPEC>

0x404 - Request status

crv: Reg<CRV_SPEC>

0x504 - Counter reload value

rren: Reg<RREN_SPEC>

0x508 - Enable register for reload request registers

config: Reg<CONFIG_SPEC>

0x50c - Configuration register

rr: [Reg<RR_SPEC>; 8]

0x600..0x620 - Description collection[0]: Reload request 0

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Casts the value.

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Casts the value.

Casts the value.

Casts the value.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Casts the value.

OverflowingCasts the value.

Should always be Self

Casts the value.

Casts the value.

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.

Casts the value.

UnwrappedCasts the value.

Casts the value.

WrappingCasts the value.