[][src]Struct cc2650::rfc_rat::RegisterBlock

#[repr(C)]
pub struct RegisterBlock { pub ratcnt: RATCNT, pub ratch0val: RATCH0VAL, pub ratch1val: RATCH1VAL, pub ratch2val: RATCH2VAL, pub ratch3val: RATCH3VAL, pub ratch4val: RATCH4VAL, pub ratch5val: RATCH5VAL, pub ratch6val: RATCH6VAL, pub ratch7val: RATCH7VAL, // some fields omitted }

Register block

Fields

ratcnt: RATCNT

0x04 - Radio Timer Counter Value

ratch0val: RATCH0VAL

0x80 - Timer Channel 0 Capture/Compare Register

ratch1val: RATCH1VAL

0x84 - Timer Channel 1 Capture/Compare Register

ratch2val: RATCH2VAL

0x88 - Timer Channel 2 Capture/Compare Register

ratch3val: RATCH3VAL

0x8c - Timer Channel 3 Capture/Compare Register

ratch4val: RATCH4VAL

0x90 - Timer Channel 4 Capture/Compare Register

ratch5val: RATCH5VAL

0x94 - Timer Channel 5 Capture/Compare Register

ratch6val: RATCH6VAL

0x98 - Timer Channel 6 Capture/Compare Register

ratch7val: RATCH7VAL

0x9c - Timer Channel 7 Capture/Compare Register

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]