[][src]Struct msp430fr2355::tb3::RegisterBlock

#[repr(C)]pub struct RegisterBlock {
    pub tb3ctl: TB3CTL,
    pub tb3cctl0: TB3CCTL0,
    pub tb3cctl1: TB3CCTL1,
    pub tb3cctl2: TB3CCTL2,
    pub tb3cctl3: TB3CCTL3,
    pub tb3cctl4: TB3CCTL4,
    pub tb3cctl5: TB3CCTL5,
    pub tb3cctl6: TB3CCTL6,
    pub tb3r: TB3R,
    pub tb3ccr0: TB3CCR0,
    pub tb3ccr1: TB3CCR1,
    pub tb3ccr2: TB3CCR2,
    pub tb3ccr3: TB3CCR3,
    pub tb3ccr4: TB3CCR4,
    pub tb3ccr5: TB3CCR5,
    pub tb3ccr6: TB3CCR6,
    pub tb3ex0: TB3EX0,
    pub tb3iv: TB3IV,
    // some fields omitted
}

Register block

Fields

tb3ctl: TB3CTL

0x00 - Timer_B Control Register

tb3cctl0: TB3CCTL0

0x02 - Timer_B Capture/Compare Control Register

tb3cctl1: TB3CCTL1

0x04 - Timer_B Capture/Compare Control Register

tb3cctl2: TB3CCTL2

0x06 - Timer_B Capture/Compare Control Register

tb3cctl3: TB3CCTL3

0x08 - Timer_B Capture/Compare Control Register

tb3cctl4: TB3CCTL4

0x0a - Timer_B Capture/Compare Control Register

tb3cctl5: TB3CCTL5

0x0c - Timer_B Capture/Compare Control Register

tb3cctl6: TB3CCTL6

0x0e - Timer_B Capture/Compare Control Register

tb3r: TB3R

0x10 - Timer_B count register

tb3ccr0: TB3CCR0

0x12 - Timer_B Capture/Compare Register

tb3ccr1: TB3CCR1

0x14 - Timer_B Capture/Compare Register

tb3ccr2: TB3CCR2

0x16 - Timer_B Capture/Compare Register

tb3ccr3: TB3CCR3

0x18 - Timer_B Capture/Compare Register

tb3ccr4: TB3CCR4

0x1a - Timer_B Capture/Compare Register

tb3ccr5: TB3CCR5

0x1c - Timer_B Capture/Compare Register

tb3ccr6: TB3CCR6

0x1e - Timer_B Capture/Compare Register

tb3ex0: TB3EX0

0x20 - Timer_Bx Expansion Register 0

tb3iv: TB3IV

0x2e - Timer_Bx Interrupt Vector Register

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.