[][src]Struct msp430fr4133::timer_1_a3::RegisterBlock

#[repr(C)]pub struct RegisterBlock {
    pub ta1ctl: TA1CTL,
    pub ta1cctl0: TA1CCTL0,
    pub ta1cctl1: TA1CCTL1,
    pub ta1cctl2: TA1CCTL2,
    pub ta1r: TA1R,
    pub ta1ccr0: TA1CCR0,
    pub ta1ccr1: TA1CCR1,
    pub ta1ccr2: TA1CCR2,
    pub ta1ex0: TA1EX0,
    pub ta1iv: TA1IV,
    // some fields omitted
}

Register block

Fields

ta1ctl: TA1CTL

0x00 - Timer1_A3 Control

ta1cctl0: TA1CCTL0

0x02 - Timer1_A3 Capture/Compare Control 0

ta1cctl1: TA1CCTL1

0x04 - Timer1_A3 Capture/Compare Control 1

ta1cctl2: TA1CCTL2

0x06 - Timer1_A3 Capture/Compare Control 2

ta1r: TA1R

0x10 - Timer1_A3

ta1ccr0: TA1CCR0

0x12 - Timer1_A3 Capture/Compare 0

ta1ccr1: TA1CCR1

0x14 - Timer1_A3 Capture/Compare 1

ta1ccr2: TA1CCR2

0x16 - Timer1_A3 Capture/Compare 2

ta1ex0: TA1EX0

0x20 - Timer1_A3 Expansion Register 0

ta1iv: TA1IV

0x2e - Timer1_A3 Interrupt Vector Word

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, 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.