#[repr(C)]
pub struct RegisterBlock { pub x1bufcfg: Reg<X1BUFCFG_SPEC>, pub x2bufcfg: Reg<X2BUFCFG_SPEC>, pub ybufcfg: Reg<YBUFCFG_SPEC>, pub param: Reg<PARAM_SPEC>, pub cr: Reg<CR_SPEC>, pub sr: Reg<SR_SPEC>, pub wdata: Reg<WDATA_SPEC>, pub rdata: Reg<RDATA_SPEC>, }
Expand description

Register block

Fields

x1bufcfg: Reg<X1BUFCFG_SPEC>

0x00 - X1 buffer configuration register

x2bufcfg: Reg<X2BUFCFG_SPEC>

0x04 - X2 buffer configuration register

ybufcfg: Reg<YBUFCFG_SPEC>

0x08 - Y buffer configuration register

param: Reg<PARAM_SPEC>

0x0c - Parameter register

cr: Reg<CR_SPEC>

0x10 - Control register

sr: Reg<SR_SPEC>

0x14 - Status register

wdata: Reg<WDATA_SPEC>

0x18 - Write data register

rdata: Reg<RDATA_SPEC>

0x1c - Read data 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.