[][src]Struct wip_s32k144::aips::RegisterBlock

#[repr(C)]pub struct RegisterBlock {
    pub mpra: MPRA,
    pub pacra: PACRA,
    pub pacrb: PACRB,
    pub pacrc: PACRC,
    pub pacrd: PACRD,
    pub opacra: OPACRA,
    pub opacrb: OPACRB,
    pub opacrc: OPACRC,
    pub opacrd: OPACRD,
    pub opacre: OPACRE,
    pub opacrf: OPACRF,
    pub opacrg: OPACRG,
    pub opacrh: OPACRH,
    pub opacri: OPACRI,
    pub opacrj: OPACRJ,
    pub opacrk: OPACRK,
    pub opacrl: OPACRL,
    // some fields omitted
}

Register block

Fields

mpra: MPRA

0x00 - Master Privilege Register A

pacra: PACRA

0x20 - Peripheral Access Control Register

pacrb: PACRB

0x24 - Peripheral Access Control Register

pacrc: PACRC

0x28 - Peripheral Access Control Register

pacrd: PACRD

0x2c - Peripheral Access Control Register

opacra: OPACRA

0x40 - Off-Platform Peripheral Access Control Register

opacrb: OPACRB

0x44 - Off-Platform Peripheral Access Control Register

opacrc: OPACRC

0x48 - Off-Platform Peripheral Access Control Register

opacrd: OPACRD

0x4c - Off-Platform Peripheral Access Control Register

opacre: OPACRE

0x50 - Off-Platform Peripheral Access Control Register

opacrf: OPACRF

0x54 - Off-Platform Peripheral Access Control Register

opacrg: OPACRG

0x58 - Off-Platform Peripheral Access Control Register

opacrh: OPACRH

0x5c - Off-Platform Peripheral Access Control Register

opacri: OPACRI

0x60 - Off-Platform Peripheral Access Control Register

opacrj: OPACRJ

0x64 - Off-Platform Peripheral Access Control Register

opacrk: OPACRK

0x68 - Off-Platform Peripheral Access Control Register

opacrl: OPACRL

0x6c - Off-Platform Peripheral Access Control Register

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.