#[repr(C)]
pub struct RegisterBlock {
Show 26 fields pub ctrl: Reg<CTRL_SPEC>, pub statusa: Reg<STATUSA_SPEC>, pub statusb: Reg<STATUSB_SPEC>, pub addr: Reg<ADDR_SPEC>, pub length: Reg<LENGTH_SPEC>, pub data: Reg<DATA_SPEC>, pub dcc: [Reg<DCC_SPEC>; 2], pub did: Reg<DID_SPEC>, pub cfg: Reg<CFG_SPEC>, pub dcfg: [Reg<DCFG_SPEC>; 2], pub entry0: Reg<ENTRY0_SPEC>, pub entry1: Reg<ENTRY1_SPEC>, pub end: Reg<END_SPEC>, pub memtype: Reg<MEMTYPE_SPEC>, pub pid4: Reg<PID4_SPEC>, pub pid5: Reg<PID5_SPEC>, pub pid6: Reg<PID6_SPEC>, pub pid7: Reg<PID7_SPEC>, pub pid0: Reg<PID0_SPEC>, pub pid1: Reg<PID1_SPEC>, pub pid2: Reg<PID2_SPEC>, pub pid3: Reg<PID3_SPEC>, pub cid0: Reg<CID0_SPEC>, pub cid1: Reg<CID1_SPEC>, pub cid2: Reg<CID2_SPEC>, pub cid3: Reg<CID3_SPEC>, /* private fields */
}
Expand description

Register block

Fields

ctrl: Reg<CTRL_SPEC>

0x00 - Control

statusa: Reg<STATUSA_SPEC>

0x01 - Status A

statusb: Reg<STATUSB_SPEC>

0x02 - Status B

addr: Reg<ADDR_SPEC>

0x04 - Address

length: Reg<LENGTH_SPEC>

0x08 - Length

data: Reg<DATA_SPEC>

0x0c - Data

dcc: [Reg<DCC_SPEC>; 2]

0x10..0x18 - Debug Communication Channel n

did: Reg<DID_SPEC>

0x18 - Device Identification

cfg: Reg<CFG_SPEC>

0x1c - Configuration

dcfg: [Reg<DCFG_SPEC>; 2]

0xf0..0xf8 - Device Configuration

entry0: Reg<ENTRY0_SPEC>

0x1000 - CoreSight ROM Table Entry 0

entry1: Reg<ENTRY1_SPEC>

0x1004 - CoreSight ROM Table Entry 1

end: Reg<END_SPEC>

0x1008 - CoreSight ROM Table End

memtype: Reg<MEMTYPE_SPEC>

0x1fcc - CoreSight ROM Table Memory Type

pid4: Reg<PID4_SPEC>

0x1fd0 - Peripheral Identification 4

pid5: Reg<PID5_SPEC>

0x1fd4 - Peripheral Identification 5

pid6: Reg<PID6_SPEC>

0x1fd8 - Peripheral Identification 6

pid7: Reg<PID7_SPEC>

0x1fdc - Peripheral Identification 7

pid0: Reg<PID0_SPEC>

0x1fe0 - Peripheral Identification 0

pid1: Reg<PID1_SPEC>

0x1fe4 - Peripheral Identification 1

pid2: Reg<PID2_SPEC>

0x1fe8 - Peripheral Identification 2

pid3: Reg<PID3_SPEC>

0x1fec - Peripheral Identification 3

cid0: Reg<CID0_SPEC>

0x1ff0 - Component Identification 0

cid1: Reg<CID1_SPEC>

0x1ff4 - Component Identification 1

cid2: Reg<CID2_SPEC>

0x1ff8 - Component Identification 2

cid3: Reg<CID3_SPEC>

0x1ffc - Component Identification 3

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.