Struct atsamd21e18a::mtb::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock { pub position: POSITION, pub master: MASTER, pub flow: FLOW, pub base: BASE, pub itctrl: ITCTRL, pub claimset: CLAIMSET, pub claimclr: CLAIMCLR, pub lockaccess: LOCKACCESS, pub lockstatus: LOCKSTATUS, pub authstatus: AUTHSTATUS, pub devarch: DEVARCH, pub devid: DEVID, pub devtype: DEVTYPE, pub pid4: PID4, pub pid5: PID5, pub pid6: PID6, pub pid7: PID7, 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 - MTB Position

0x04 - MTB Master

0x08 - MTB Flow

0x0c - MTB Base

0xf00 - MTB Integration Mode Control

0xfa0 - MTB Claim Set

0xfa4 - MTB Claim Clear

0xfb0 - MTB Lock Access

0xfb4 - MTB Lock Status

0xfb8 - MTB Authentication Status

0xfbc - MTB Device Architecture

0xfc8 - MTB Device Configuration

0xfcc - MTB Device Type

0xfd0 - CoreSight

0xfd4 - CoreSight

0xfd8 - CoreSight

0xfdc - CoreSight

0xfe0 - CoreSight

0xfe4 - CoreSight

0xfe8 - CoreSight

0xfec - CoreSight

0xff0 - CoreSight

0xff4 - CoreSight

0xff8 - CoreSight

0xffc - CoreSight

Auto Trait Implementations