[][src]Struct k22f::aips1::RegisterBlock

#[repr(C)]pub struct RegisterBlock {
    pub mpra: MPRA,
    pub pacra: PACRA,
    pub pacrb: PACRB,
    pub pacrc: PACRC,
    pub pacrd: PACRD,
    pub pacre: PACRE,
    pub pacrf: PACRF,
    pub pacrg: PACRG,
    pub pacrh: PACRH,
    pub pacri: PACRI,
    pub pacrj: PACRJ,
    pub pacrk: PACRK,
    pub pacrl: PACRL,
    pub pacrm: PACRM,
    pub pacrn: PACRN,
    pub pacro: PACRO,
    pub pacrp: PACRP,
    // 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

pacre: PACRE

0x40 - Peripheral Access Control Register

pacrf: PACRF

0x44 - Peripheral Access Control Register

pacrg: PACRG

0x48 - Peripheral Access Control Register

pacrh: PACRH

0x4c - Peripheral Access Control Register

pacri: PACRI

0x50 - Peripheral Access Control Register

pacrj: PACRJ

0x54 - Peripheral Access Control Register

pacrk: PACRK

0x58 - Peripheral Access Control Register

pacrl: PACRL

0x5c - Peripheral Access Control Register

pacrm: PACRM

0x60 - Peripheral Access Control Register

pacrn: PACRN

0x64 - Peripheral Access Control Register

pacro: PACRO

0x68 - Peripheral Access Control Register

pacrp: PACRP

0x6c - 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.