Struct nrf5340_net_pac::ficr_ns::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock { pub info: INFO, pub er: [Reg<ER_SPEC>; 4], pub ir: [Reg<IR_SPEC>; 4], pub deviceaddrtype: Reg<DEVICEADDRTYPE_SPEC>, pub deviceaddr: [Reg<DEVICEADDR_SPEC>; 2], pub trimcnf: [TRIMCNF; 32], // some fields omitted }
Expand description

Register block

Fields

info: INFO

0x200..0x22c - Device info

er: [Reg<ER_SPEC>; 4]

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

ir: [Reg<IR_SPEC>; 4]

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

deviceaddrtype: Reg<DEVICEADDRTYPE_SPEC>

0x2a0 - Device address type

deviceaddr: [Reg<DEVICEADDR_SPEC>; 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

Performs the conversion.

Performs the conversion.

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.