[][src]Struct msp430fr4133::timer_0_a3::RegisterBlock

#[repr(C)]pub struct RegisterBlock {
    pub ta0ctl: TA0CTL,
    pub ta0cctl0: TA0CCTL0,
    pub ta0cctl1: TA0CCTL1,
    pub ta0cctl2: TA0CCTL2,
    pub ta0r: TA0R,
    pub ta0ccr0: TA0CCR0,
    pub ta0ccr1: TA0CCR1,
    pub ta0ccr2: TA0CCR2,
    pub ta0ex0: TA0EX0,
    pub ta0iv: TA0IV,
    // some fields omitted
}

Register block

Fields

ta0ctl: TA0CTL

0x00 - Timer0_A3 Control

ta0cctl0: TA0CCTL0

0x02 - Timer0_A3 Capture/Compare Control 0

ta0cctl1: TA0CCTL1

0x04 - Timer0_A3 Capture/Compare Control 1

ta0cctl2: TA0CCTL2

0x06 - Timer0_A3 Capture/Compare Control 2

ta0r: TA0R

0x10 - Timer0_A3

ta0ccr0: TA0CCR0

0x12 - Timer0_A3 Capture/Compare 0

ta0ccr1: TA0CCR1

0x14 - Timer0_A3 Capture/Compare 1

ta0ccr2: TA0CCR2

0x16 - Timer0_A3 Capture/Compare 2

ta0ex0: TA0EX0

0x20 - Timer0_A3 Expansion Register 0

ta0iv: TA0IV

0x2e - Timer0_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.