[][src]Struct cc13x2_cc26x2_hal::wdt::RegisterBlock

#[repr(C)]
pub struct RegisterBlock { pub load: LOAD, pub value: VALUE, pub ctl: CTL, pub icr: ICR, pub ris: RIS, pub mis: MIS, pub test: TEST, pub int_caus: INT_CAUS, pub lock: LOCK, // some fields omitted }

Register block

Fields

load: LOAD

0x00 - Configuration

value: VALUE

0x04 - Current Count Value

ctl: CTL

0x08 - Control

icr: ICR

0x0c - Interrupt Clear

ris: RIS

0x10 - Raw Interrupt Status

mis: MIS

0x14 - Masked Interrupt Status

test: TEST

0x418 - Test Mode

int_caus: INT_CAUS

0x41c - Interrupt Cause Test Mode

lock: LOCK

0xc00 - Lock

Auto Trait Implementations

Blanket Implementations

impl<T> From for T[src]

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

The type returned in the event of a conversion error.

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

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

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

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

impl<T> Same for T

type Output = T

Should always be Self