Struct msp432p401r::timer32::RegisterBlock[][src]

#[repr(C)]pub struct RegisterBlock {
    pub t32load1: Reg<T32LOAD1_SPEC>,
    pub t32value1: Reg<T32VALUE1_SPEC>,
    pub t32control1: Reg<T32CONTROL1_SPEC>,
    pub t32intclr1: Reg<T32INTCLR1_SPEC>,
    pub t32ris1: Reg<T32RIS1_SPEC>,
    pub t32mis1: Reg<T32MIS1_SPEC>,
    pub t32bgload1: Reg<T32BGLOAD1_SPEC>,
    pub t32load2: Reg<T32LOAD2_SPEC>,
    pub t32value2: Reg<T32VALUE2_SPEC>,
    pub t32control2: Reg<T32CONTROL2_SPEC>,
    pub t32intclr2: Reg<T32INTCLR2_SPEC>,
    pub t32ris2: Reg<T32RIS2_SPEC>,
    pub t32mis2: Reg<T32MIS2_SPEC>,
    pub t32bgload2: Reg<T32BGLOAD2_SPEC>,
    // some fields omitted
}

Register block

Fields

t32load1: Reg<T32LOAD1_SPEC>

0x00 - Timer 1 Load Register

t32value1: Reg<T32VALUE1_SPEC>

0x04 - Timer 1 Current Value Register

t32control1: Reg<T32CONTROL1_SPEC>

0x08 - Timer 1 Timer Control Register

t32intclr1: Reg<T32INTCLR1_SPEC>

0x0c - Timer 1 Interrupt Clear Register

t32ris1: Reg<T32RIS1_SPEC>

0x10 - Timer 1 Raw Interrupt Status Register

t32mis1: Reg<T32MIS1_SPEC>

0x14 - Timer 1 Interrupt Status Register

t32bgload1: Reg<T32BGLOAD1_SPEC>

0x18 - Timer 1 Background Load Register

t32load2: Reg<T32LOAD2_SPEC>

0x20 - Timer 2 Load Register

t32value2: Reg<T32VALUE2_SPEC>

0x24 - Timer 2 Current Value Register

t32control2: Reg<T32CONTROL2_SPEC>

0x28 - Timer 2 Timer Control Register

t32intclr2: Reg<T32INTCLR2_SPEC>

0x2c - Timer 2 Interrupt Clear Register

t32ris2: Reg<T32RIS2_SPEC>

0x30 - Timer 2 Raw Interrupt Status Register

t32mis2: Reg<T32MIS2_SPEC>

0x34 - Timer 2 Interrupt Status Register

t32bgload2: Reg<T32BGLOAD2_SPEC>

0x38 - Timer 2 Background Load 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.