Module ficr

Source
Expand description

Factory information configuration registers

Re-exports§

pub use info::INFO;
pub use temp::TEMP;
pub use nfc::NFC;
pub use trng90b::TRNG90B;

Modules§

codepagesize
Code memory page size
codesize
Code memory size
deviceaddr
Description collection[n]: Device address n
deviceaddrtype
Device address type
deviceid
Description collection[n]: Device identifier
er
Description collection[n]: Encryption root, word n
info
Cluster Device info
ir
Description collection[n]: Identity Root, word n
nfc
Cluster Unspecified
prodtest
Description collection[n]: Production test signature n
temp
Cluster Registers storing factory TEMP module linearization coefficients
trng90b
Cluster NIST800-90B RNG calibration data

Structs§

RegisterBlock
Register block

Type Aliases§

CODEPAGESIZE
CODEPAGESIZE (r) register accessor: an alias for Reg<CODEPAGESIZE_SPEC>
CODESIZE
CODESIZE (r) register accessor: an alias for Reg<CODESIZE_SPEC>
DEVICEADDR
DEVICEADDR (r) register accessor: an alias for Reg<DEVICEADDR_SPEC>
DEVICEADDRTYPE
DEVICEADDRTYPE (r) register accessor: an alias for Reg<DEVICEADDRTYPE_SPEC>
DEVICEID
DEVICEID (r) register accessor: an alias for Reg<DEVICEID_SPEC>
ER
ER (r) register accessor: an alias for Reg<ER_SPEC>
IR
IR (r) register accessor: an alias for Reg<IR_SPEC>
PRODTEST
PRODTEST (r) register accessor: an alias for Reg<PRODTEST_SPEC>