Struct msp430fr6972::timer_3_a5::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock {
Show fields pub ta3ctl: Reg<TA3CTL_SPEC>, pub ta3cctl0: Reg<TA3CCTL0_SPEC>, pub ta3cctl1: Reg<TA3CCTL1_SPEC>, pub ta3cctl2: Reg<TA3CCTL2_SPEC>, pub ta3cctl3: Reg<TA3CCTL3_SPEC>, pub ta3cctl4: Reg<TA3CCTL4_SPEC>, pub ta3r: Reg<TA3R_SPEC>, pub ta3ccr0: Reg<TA3CCR0_SPEC>, pub ta3ccr1: Reg<TA3CCR1_SPEC>, pub ta3ccr2: Reg<TA3CCR2_SPEC>, pub ta3ccr3: Reg<TA3CCR3_SPEC>, pub ta3ccr4: Reg<TA3CCR4_SPEC>, pub ta3ex0: Reg<TA3EX0_SPEC>, pub ta3iv: Reg<TA3IV_SPEC>, // some fields omitted
}

Register block

Fields

ta3ctl: Reg<TA3CTL_SPEC>

0x00 - Timer3_A5 Control

ta3cctl0: Reg<TA3CCTL0_SPEC>

0x02 - Timer3_A5 Capture/Compare Control 0

ta3cctl1: Reg<TA3CCTL1_SPEC>

0x04 - Timer3_A5 Capture/Compare Control 1

ta3cctl2: Reg<TA3CCTL2_SPEC>

0x06 - Timer3_A5 Capture/Compare Control 2

ta3cctl3: Reg<TA3CCTL3_SPEC>

0x08 - Timer3_A5 Capture/Compare Control 3

ta3cctl4: Reg<TA3CCTL4_SPEC>

0x0a - Timer3_A5 Capture/Compare Control 4

ta3r: Reg<TA3R_SPEC>

0x10 - Timer3_A5

ta3ccr0: Reg<TA3CCR0_SPEC>

0x12 - Timer3_A5 Capture/Compare 0

ta3ccr1: Reg<TA3CCR1_SPEC>

0x14 - Timer3_A5 Capture/Compare 1

ta3ccr2: Reg<TA3CCR2_SPEC>

0x16 - Timer3_A5 Capture/Compare 2

ta3ccr3: Reg<TA3CCR3_SPEC>

0x18 - Timer3_A5 Capture/Compare 3

ta3ccr4: Reg<TA3CCR4_SPEC>

0x1a - Timer3_A5 Capture/Compare 4

ta3ex0: Reg<TA3EX0_SPEC>

0x20 - Timer3_A5 Expansion Register 0

ta3iv: Reg<TA3IV_SPEC>

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