[][src]Struct nrf9160_pac::ficr_s::INFO

#[repr(C)]pub struct INFO {
    pub deviceid: [DEVICEID; 2],
    pub part: PART,
    pub variant: VARIANT,
    pub package: PACKAGE,
    pub ram: RAM,
    pub flash: FLASH,
    pub codepagesize: CODEPAGESIZE,
    pub codesize: CODESIZE,
    pub devicetype: DEVICETYPE,
    // some fields omitted
}

Register block

Fields

deviceid: [DEVICEID; 2]

0x04 - Description collection: Device identifier

part: PART

0x0c - Part code

variant: VARIANT

0x10 - Part Variant, Hardware version and Production configuration

package: PACKAGE

0x14 - Package option

ram: RAM

0x18 - RAM variant

flash: FLASH

0x1c - Flash variant

codepagesize: CODEPAGESIZE

0x20 - Code memory page size

codesize: CODESIZE

0x24 - Code memory size

devicetype: DEVICETYPE

0x28 - Device type

Auto Trait Implementations

impl Send for INFO

impl !Sync for INFO

impl Unpin for INFO

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.