Struct nrf52840_hal::pac::ficr::INFO[][src]

#[repr(C)]
pub struct INFO { pub part: Reg<u32, _PART>, pub variant: Reg<u32, _VARIANT>, pub package: Reg<u32, _PACKAGE>, pub ram: Reg<u32, _RAM>, pub flash: Reg<u32, _FLASH>, pub unused8: [Reg<u32, _UNUSED8>; 3], }
Expand description

Register block

Fields

part: Reg<u32, _PART>

0x00 - Part code

variant: Reg<u32, _VARIANT>

0x04 - Build code (hardware version and production configuration)

package: Reg<u32, _PACKAGE>

0x08 - Package option

ram: Reg<u32, _RAM>

0x0c - RAM variant

flash: Reg<u32, _FLASH>

0x10 - Flash variant

unused8: [Reg<u32, _UNUSED8>; 3]

0x14 - Unspecified

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Casts the value.

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Casts the value.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Casts the value.

Should always be Self

Casts the value.

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.

Casts the value.

Casts the value.