[][src]Struct nrf9160_pac::vmc_ns::RegisterBlock

#[repr(C)]pub struct RegisterBlock {
    pub ram0: RAM,
    pub ram1: RAM,
    pub ram2: RAM,
    pub ram3: RAM,
    pub ram4: RAM,
    pub ram5: RAM,
    pub ram6: RAM,
    pub ram7: RAM,
    // some fields omitted
}

Register block

Fields

ram0: RAM

0x600 - Unspecified

ram1: RAM

0x610 - Unspecified

ram2: RAM

0x620 - Unspecified

ram3: RAM

0x630 - Unspecified

ram4: RAM

0x640 - Unspecified

ram5: RAM

0x650 - Unspecified

ram6: RAM

0x660 - Unspecified

ram7: RAM

0x670 - Unspecified

Auto Trait Implementations

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.