[][src]Struct s32k144::aips::mpra::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 mpl2(&self) -> MPL2R
[src]

Bit 20 - Master 2 Privilege Level

pub fn mtw2(&self) -> MTW2R
[src]

Bit 21 - Master 2 Trusted For Writes

pub fn mtr2(&self) -> MTR2R
[src]

Bit 22 - Master 2 Trusted For Read

pub fn mpl1(&self) -> MPL1R
[src]

Bit 24 - Master 1 Privilege Level

pub fn mtw1(&self) -> MTW1R
[src]

Bit 25 - Master 1 Trusted for Writes

pub fn mtr1(&self) -> MTR1R
[src]

Bit 26 - Master 1 Trusted for Read

pub fn mpl0(&self) -> MPL0R
[src]

Bit 28 - Master 0 Privilege Level

pub fn mtw0(&self) -> MTW0R
[src]

Bit 29 - Master 0 Trusted For Writes

pub fn mtr0(&self) -> MTR0R
[src]

Bit 30 - Master 0 Trusted For Read

Auto Trait Implementations

impl Send for R

impl Sync for R

Blanket Implementations

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

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> From for T
[src]

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

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

🔬 This is a nightly-only experimental API. (try_from)

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]