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

#[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 unused0: [Reg<u32, _UNUSED0>; 3],
}

Register block

Fields

part: Reg<u32, _PART>

0x00 - Part code

variant: Reg<u32, _VARIANT>

0x04 - Part Variant, 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

unused0: [Reg<u32, _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<Src, Dst> LosslessTryInto<Dst> for Src where
    Dst: LosslessTryFrom<Src>, 
[src]

impl<Src, Dst> LossyInto<Dst> for Src where
    Dst: LossyFrom<Src>, 
[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.