#[repr(C)]
pub struct RegisterBlock { pub cr: Reg<CR_SPEC>, pub mr: Reg<MR_SPEC>, pub sr: Reg<SR_SPEC>, pub scr: Reg<SCR_SPEC>, pub ssr: Reg<SSR_SPEC>, pub ier: Reg<IER_SPEC>, pub idr: Reg<IDR_SPEC>, pub imr: Reg<IMR_SPEC>, pub rhr: Reg<RHR_SPEC>, pub thr: Reg<THR_SPEC>, pub version: Reg<VERSION_SPEC>, pub parameter: Reg<PARAMETER_SPEC>, }
Expand description

Register block

Fields

cr: Reg<CR_SPEC>

0x00 - Control Register

mr: Reg<MR_SPEC>

0x04 - Mode Register

sr: Reg<SR_SPEC>

0x08 - Status Register

scr: Reg<SCR_SPEC>

0x0c - Status Clear Register

ssr: Reg<SSR_SPEC>

0x10 - Status Set Register

ier: Reg<IER_SPEC>

0x14 - Interrupt Enable Register

idr: Reg<IDR_SPEC>

0x18 - Interrupt Disable Register

imr: Reg<IMR_SPEC>

0x1c - Interrupt Mask Register

rhr: Reg<RHR_SPEC>

0x20 - Receive Holding Register

thr: Reg<THR_SPEC>

0x24 - Transmit Holding Register

version: Reg<VERSION_SPEC>

0x28 - Version Register

parameter: Reg<PARAMETER_SPEC>

0x2c - Parameter 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.