[][src]Struct msp432p401r::timer_a2::RegisterBlock

#[repr(C)]pub struct RegisterBlock {
    pub tax_ctl: TAXCTL,
    pub tax_cctl: [TAXCCTL; 5],
    pub tax_r: TAXR,
    pub tax_ccr: [TAXCCR; 5],
    pub tax_ex0: TAXEX0,
    pub tax_iv: TAXIV,
    // some fields omitted
}

Register block

Fields

tax_ctl: TAXCTL

0x00 - TimerAx Control Register

tax_cctl: [TAXCCTL; 5]

0x02 - Timer_A Capture/Compare Control Register

tax_r: TAXR

0x10 - TimerA register

tax_ccr: [TAXCCR; 5]

0x12 - Timer_A Capture/Compare Register

tax_ex0: TAXEX0

0x20 - TimerAx Expansion 0 Register

tax_iv: TAXIV

0x2e - TimerAx 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> Same<T> for T

type Output = T

Should always be Self

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.