#[repr(C)]
pub struct RegisterBlock { pub info: INFO, pub er: [ER; 4], pub ir: [IR; 4], pub deviceaddrtype: DEVICEADDRTYPE, pub deviceaddr: [DEVICEADDR; 2], pub trimcnf: [TRIMCNF; 32], /* private fields */ }
Expand description

Register block

Fields

info: INFO

0x200..0x22c - Device info

er: [ER; 4]

0x280..0x290 - Description collection: Encryption Root, word n

ir: [IR; 4]

0x290..0x2a0 - Description collection: Identity Root, word n

deviceaddrtype: DEVICEADDRTYPE

0x2a0 - Device address type

deviceaddr: [DEVICEADDR; 2]

0x2a4..0x2ac - Description collection: Device address n

trimcnf: [TRIMCNF; 32]

0x300..0x400 - Unspecified

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.