[][src]Struct k64::aips0::pacrf::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R[src]

pub fn bits(&self) -> u32[src]

Value of the register as raw bits

pub fn tp7(&self) -> TP7R[src]

Bit 0 - Trusted Protect

pub fn wp7(&self) -> WP7R[src]

Bit 1 - Write Protect

pub fn sp7(&self) -> SP7R[src]

Bit 2 - Supervisor Protect

pub fn tp6(&self) -> TP6R[src]

Bit 4 - Trusted Protect

pub fn wp6(&self) -> WP6R[src]

Bit 5 - Write Protect

pub fn sp6(&self) -> SP6R[src]

Bit 6 - Supervisor Protect

pub fn tp5(&self) -> TP5R[src]

Bit 8 - Trusted Protect

pub fn wp5(&self) -> WP5R[src]

Bit 9 - Write Protect

pub fn sp5(&self) -> SP5R[src]

Bit 10 - Supervisor Protect

pub fn tp4(&self) -> TP4R[src]

Bit 12 - Trusted Protect

pub fn wp4(&self) -> WP4R[src]

Bit 13 - Write Protect

pub fn sp4(&self) -> SP4R[src]

Bit 14 - Supervisor Protect

pub fn tp3(&self) -> TP3R[src]

Bit 16 - Trusted Protect

pub fn wp3(&self) -> WP3R[src]

Bit 17 - Write Protect

pub fn sp3(&self) -> SP3R[src]

Bit 18 - Supervisor Protect

pub fn tp2(&self) -> TP2R[src]

Bit 20 - Trusted Protect

pub fn wp2(&self) -> WP2R[src]

Bit 21 - Write Protect

pub fn sp2(&self) -> SP2R[src]

Bit 22 - Supervisor Protect

pub fn tp1(&self) -> TP1R[src]

Bit 24 - Trusted Protect

pub fn wp1(&self) -> WP1R[src]

Bit 25 - Write Protect

pub fn sp1(&self) -> SP1R[src]

Bit 26 - Supervisor Protect

pub fn tp0(&self) -> TP0R[src]

Bit 28 - Trusted Protect

pub fn wp0(&self) -> WP0R[src]

Bit 29 - Write Protect

pub fn sp0(&self) -> SP0R[src]

Bit 30 - Supervisor Protect

Auto Trait Implementations

impl Send for R

impl Sync for R

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]