Struct atsamd21e18a::dsu::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock { pub ctrl: CTRL, pub statusa: STATUSA, pub statusb: STATUSB, pub addr: ADDR, pub length: LENGTH, pub data: DATA, pub dcc: [DCC; 2], pub did: DID, pub entry: ENTRY, pub entry1: ENTRY1, pub end: END, pub memtype: MEMTYPE, pub pid4: PID4, pub pid0: PID0, pub pid1: PID1, pub pid2: PID2, pub pid3: PID3, pub cid0: CID0, pub cid1: CID1, pub cid2: CID2, pub cid3: CID3, // some fields omitted }

Register block

Fields

0x00 - Control

0x01 - Status A

0x02 - Status B

0x04 - Address

0x08 - Length

0x0c - Data

0x10 - Debug Communication Channel n

0x18 - Device Identification

0x1000 - CoreSight ROM Table Entry 0

0x1004 - CoreSight ROM Table Entry 1

0x1008 - CoreSight ROM Table End

0x1fcc - CoreSight ROM Table Memory Type

0x1fd0 - Peripheral Identification 4

0x1fe0 - Peripheral Identification 0

0x1fe4 - Peripheral Identification 1

0x1fe8 - Peripheral Identification 2

0x1fec - Peripheral Identification 3

0x1ff0 - Component Identification 0

0x1ff4 - Component Identification 1

0x1ff8 - Component Identification 2

0x1ffc - Component Identification 3

Auto Trait Implementations