Struct nrf5340_net_pac::ficr_ns::INFO[][src]

#[repr(C)]
pub struct INFO { pub configid: Reg<CONFIGID_SPEC>, pub deviceid: [Reg<DEVICEID_SPEC>; 2], pub part: Reg<PART_SPEC>, pub variant: Reg<VARIANT_SPEC>, pub package: Reg<PACKAGE_SPEC>, pub ram: Reg<RAM_SPEC>, pub flash: Reg<FLASH_SPEC>, pub codepagesize: Reg<CODEPAGESIZE_SPEC>, pub codesize: Reg<CODESIZE_SPEC>, pub devicetype: Reg<DEVICETYPE_SPEC>, }
Expand description

Register block

Fields

configid: Reg<CONFIGID_SPEC>

0x00 - Configuration identifier

deviceid: [Reg<DEVICEID_SPEC>; 2]

0x04..0x0c - Description collection: Device identifier

part: Reg<PART_SPEC>

0x0c - Part code

variant: Reg<VARIANT_SPEC>

0x10 - Part Variant, Hardware version and Production configuration

package: Reg<PACKAGE_SPEC>

0x14 - Package option

ram: Reg<RAM_SPEC>

0x18 - RAM variant

flash: Reg<FLASH_SPEC>

0x1c - Flash variant

codepagesize: Reg<CODEPAGESIZE_SPEC>

0x20 - Code memory page size in bytes

codesize: Reg<CODESIZE_SPEC>

0x24 - Code memory size

devicetype: Reg<DEVICETYPE_SPEC>

0x28 - Device type

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.