[−]Struct arduino_mkrzero::mtb::RegisterBlock
Register block
Fields
position: POSITION0x00 - MTB Position
master: MASTER0x04 - MTB Master
flow: FLOW0x08 - MTB Flow
base: BASE0x0c - MTB Base
itctrl: ITCTRL0xf00 - MTB Integration Mode Control
claimset: CLAIMSET0xfa0 - MTB Claim Set
claimclr: CLAIMCLR0xfa4 - MTB Claim Clear
lockaccess: LOCKACCESS0xfb0 - MTB Lock Access
lockstatus: LOCKSTATUS0xfb4 - MTB Lock Status
authstatus: AUTHSTATUS0xfb8 - MTB Authentication Status
devarch: DEVARCH0xfbc - MTB Device Architecture
devid: DEVID0xfc8 - MTB Device Configuration
devtype: DEVTYPE0xfcc - MTB Device Type
pid4: PID40xfd0 - CoreSight
pid5: PID50xfd4 - CoreSight
pid6: PID60xfd8 - CoreSight
pid7: PID70xfdc - CoreSight
pid0: PID00xfe0 - CoreSight
pid1: PID10xfe4 - CoreSight
pid2: PID20xfe8 - CoreSight
pid3: PID30xfec - CoreSight
cid0: CID00xff0 - CoreSight
cid1: CID10xff4 - CoreSight
cid2: CID20xff8 - CoreSight
cid3: CID30xffc - CoreSight
Auto Trait Implementations
impl Send for RegisterBlock
impl !Sync for RegisterBlock
Blanket Implementations
impl<T, U> TryFrom for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T> From for T[src]
impl<T, U> Into for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryInto for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Borrow for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Same for T
type Output = T
Should always be Self