[][src]Struct nrf52832_pac::ficr::INFO

#[repr(C)]
pub struct INFO {
    pub part: PART,
    pub variant: VARIANT,
    pub package: PACKAGE,
    pub ram: RAM,
    pub flash: FLASH,
    pub unused0: [UNUSED0; 3],
}

Register block

Fields

part: PART

0x00 - Part code

variant: VARIANT

0x04 - Part Variant, Hardware version and Production configuration

package: PACKAGE

0x08 - Package option

ram: RAM

0x0c - RAM variant

flash: FLASH

0x10 - Flash variant

unused0: [UNUSED0; 3]

0x14 - Description collection[0]: Unspecified

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.