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

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub fn reset_value() -> W[src]

Reset value of the register

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self[src]

Writes raw bits to the register

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

Bit 0 - Trusted Protect

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

Bit 1 - Write Protect

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

Bit 2 - Supervisor Protect

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

Bit 4 - Trusted Protect

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

Bit 5 - Write Protect

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

Bit 6 - Supervisor Protect

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

Bit 8 - Trusted Protect

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

Bit 9 - Write Protect

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

Bit 10 - Supervisor Protect

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

Bit 12 - Trusted Protect

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

Bit 13 - Write Protect

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

Bit 14 - Supervisor Protect

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

Bit 16 - Trusted Protect

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

Bit 17 - Write Protect

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

Bit 18 - Supervisor Protect

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

Bit 20 - Trusted Protect

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

Bit 21 - Write Protect

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

Bit 22 - Supervisor Protect

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

Bit 24 - Trusted Protect

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

Bit 25 - Write Protect

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

Bit 26 - Supervisor Protect

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

Bit 28 - Trusted Protect

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

Bit 29 - Write Protect

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

Bit 30 - Supervisor Protect

Auto Trait Implementations

impl Send for W

impl Sync for W

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]