[][src]Struct k64::aips0::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, pub pacru: PACRU, // 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

pacru: PACRU

0x80 - Peripheral Access Control Register

Auto Trait Implementations

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]