#[repr(C)]
pub struct RegisterBlock {
Show 14 fields 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>, /* private fields */
}
Expand description

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

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.