#[repr(C)]
pub struct RegisterBlock { pub info: INFO, pub trimcnf: [TRIMCNF; 32], pub nfc: NFC, pub trng90b: TRNG90B, pub xosc32mtrim: XOSC32MTRIM, /* private fields */ }
Expand description

Register block

Fields

info: INFO

0x200..0x22c - Device info

trimcnf: [TRIMCNF; 32]

0x300..0x400 - Unspecified

nfc: NFC

0x450..0x460 - Unspecified

trng90b: TRNG90B

0xc00..0xc20 - NIST800-90B RNG calibration data

xosc32mtrim: XOSC32MTRIM

0xc20 - XOSC32M capacitor selection trim values

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.