[][src]Struct nrf9160_pac::wdt_ns::RegisterBlock

#[repr(C)]pub struct RegisterBlock {
    pub tasks_start: TASKS_START,
    pub subscribe_start: SUBSCRIBE_START,
    pub events_timeout: EVENTS_TIMEOUT,
    pub publish_timeout: PUBLISH_TIMEOUT,
    pub intenset: INTENSET,
    pub intenclr: INTENCLR,
    pub runstatus: RUNSTATUS,
    pub reqstatus: REQSTATUS,
    pub crv: CRV,
    pub rren: RREN,
    pub config: CONFIG,
    pub rr: [RR; 8],
    // some fields omitted
}

Register block

Fields

tasks_start: TASKS_START

0x00 - Start the watchdog

subscribe_start: SUBSCRIBE_START

0x80 - Subscribe configuration for task START

events_timeout: EVENTS_TIMEOUT

0x100 - Watchdog timeout

publish_timeout: PUBLISH_TIMEOUT

0x180 - Publish configuration for event TIMEOUT

intenset: INTENSET

0x304 - Enable interrupt

intenclr: INTENCLR

0x308 - Disable interrupt

runstatus: RUNSTATUS

0x400 - Run status

reqstatus: REQSTATUS

0x404 - Request status

crv: CRV

0x504 - Counter reload value

rren: RREN

0x508 - Enable register for reload request registers

config: CONFIG

0x50c - Configuration register

rr: [RR; 8]

0x600 - Description collection: Reload request n

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.