[][src]Struct cc2650::aux_timer::RegisterBlock

#[repr(C)]
pub struct RegisterBlock { pub t0cfg: T0CFG, pub t1cfg: T1CFG, pub t0ctl: T0CTL, pub t0target: T0TARGET, pub t1target: T1TARGET, pub t1ctl: T1CTL, }

Register block

Fields

t0cfg: T0CFG

0x00 - Timer 0 Configuration

t1cfg: T1CFG

0x04 - Timer 1 Configuration

t0ctl: T0CTL

0x08 - Timer 0 Control

t0target: T0TARGET

0x0c - Timer 0 Target

t1target: T1TARGET

0x10 - Timer 1 Target Timer 1 counter target value

t1ctl: T1CTL

0x14 - Timer 1 Control

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]