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

#[repr(C)]pub struct RegisterBlock {
    pub t32load1: T32LOAD1,
    pub t32value1: T32VALUE1,
    pub t32control1: T32CONTROL1,
    pub t32intclr1: T32INTCLR1,
    pub t32ris1: T32RIS1,
    pub t32mis1: T32MIS1,
    pub t32bgload1: T32BGLOAD1,
    pub t32load2: T32LOAD2,
    pub t32value2: T32VALUE2,
    pub t32control2: T32CONTROL2,
    pub t32intclr2: T32INTCLR2,
    pub t32ris2: T32RIS2,
    pub t32mis2: T32MIS2,
    pub t32bgload2: T32BGLOAD2,
    // some fields omitted
}

Register block

Fields

t32load1: T32LOAD1

0x00 - Timer 1 Load Register

t32value1: T32VALUE1

0x04 - Timer 1 Current Value Register

t32control1: T32CONTROL1

0x08 - Timer 1 Timer Control Register

t32intclr1: T32INTCLR1

0x0c - Timer 1 Interrupt Clear Register

t32ris1: T32RIS1

0x10 - Timer 1 Raw Interrupt Status Register

t32mis1: T32MIS1

0x14 - Timer 1 Interrupt Status Register

t32bgload1: T32BGLOAD1

0x18 - Timer 1 Background Load Register

t32load2: T32LOAD2

0x20 - Timer 2 Load Register

t32value2: T32VALUE2

0x24 - Timer 2 Current Value Register

t32control2: T32CONTROL2

0x28 - Timer 2 Timer Control Register

t32intclr2: T32INTCLR2

0x2c - Timer 2 Interrupt Clear Register

t32ris2: T32RIS2

0x30 - Timer 2 Raw Interrupt Status Register

t32mis2: T32MIS2

0x34 - Timer 2 Interrupt Status Register

t32bgload2: T32BGLOAD2

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