Struct msp430g2553::timer1_a3::RegisterBlock [] [src]

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

Register block

Fields

0x00 - Timer1_A3 Interrupt Vector Word

0x62 - Timer1_A3 Control

0x64 - Timer1_A3 Capture/Compare Control 0

0x66 - Timer1_A3 Capture/Compare Control 1

0x68 - Timer1_A3 Capture/Compare Control 2

0x72 - Timer1_A3 Counter Register

0x74 - Timer1_A3 Capture/Compare 0

0x76 - Timer1_A3 Capture/Compare 1

0x78 - Timer1_A3 Capture/Compare 2

Trait Implementations

Auto Trait Implementations

impl Send for RegisterBlock

impl !Sync for RegisterBlock