Struct msp432p401r::timer_a3::RegisterBlock[][src]

#[repr(C)]pub struct RegisterBlock {
    pub tax_ctl: Reg<TAXCTL_SPEC>,
    pub tax_cctl: [Reg<TAXCCTL_SPEC>; 5],
    pub tax_r: Reg<TAXR_SPEC>,
    pub tax_ccr: [Reg<TAXCCR_SPEC>; 5],
    pub tax_ex0: Reg<TAXEX0_SPEC>,
    pub tax_iv: Reg<TAXIV_SPEC>,
    // some fields omitted
}

Register block

Fields

tax_ctl: Reg<TAXCTL_SPEC>

0x00 - TimerAx Control Register

tax_cctl: [Reg<TAXCCTL_SPEC>; 5]

0x02 - Timer_A Capture/Compare Control Register

tax_r: Reg<TAXR_SPEC>

0x10 - TimerA register

tax_ccr: [Reg<TAXCCR_SPEC>; 5]

0x12 - Timer_A Capture/Compare Register

tax_ex0: Reg<TAXEX0_SPEC>

0x20 - TimerAx Expansion 0 Register

tax_iv: Reg<TAXIV_SPEC>

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, 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.