[][src]Struct cc13x2_cc26x2_hal::aux_timer01::RegisterBlock

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

Register block

Fields

t0cfg: T0CFG

0x00 - Timer 0 Configuration

t0ctl: T0CTL

0x04 - Timer 0 Control

t0target: T0TARGET

0x08 - Timer 0 Target

t0cntr: T0CNTR

0x0c - Timer 0 Counter

t1cfg: T1CFG

0x10 - Timer 1 Configuration

t1ctl: T1CTL

0x14 - Timer 1 Control

t1target: T1TARGET

0x18 - Timer 1 Target Timer 1 counter target value

t1cntr: T1CNTR

0x1c - Timer 1 Counter

Auto Trait Implementations

Blanket Implementations

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> From for T[src]

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