#[repr(C)]
pub struct RegisterBlock { pub lisr: Reg<LISR_SPEC>, pub hisr: Reg<HISR_SPEC>, pub lifcr: Reg<LIFCR_SPEC>, pub hifcr: Reg<HIFCR_SPEC>, pub st: [ST; 8], }
Expand description

Register block

Fields

lisr: Reg<LISR_SPEC>

0x00 - low interrupt status register

hisr: Reg<HISR_SPEC>

0x04 - high interrupt status register

lifcr: Reg<LIFCR_SPEC>

0x08 - low interrupt flag clear register

hifcr: Reg<HIFCR_SPEC>

0x0c - high interrupt flag clear register

st: [ST; 8]

0x10..0xd0 - Stream cluster: S?CR, S?NDTR, S?M0AR, S?M1AR and S?FCR registers

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.