[][src]Struct atsams70q19::matrix::matrix_pr::matrix_pras::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 m0pr(&self) -> M0PR_R[src]

Bits 0:1 - Master 0 Priority

pub fn m1pr(&self) -> M1PR_R[src]

Bits 4:5 - Master 1 Priority

pub fn m2pr(&self) -> M2PR_R[src]

Bits 8:9 - Master 2 Priority

pub fn m3pr(&self) -> M3PR_R[src]

Bits 12:13 - Master 3 Priority

pub fn m4pr(&self) -> M4PR_R[src]

Bits 16:17 - Master 4 Priority

pub fn m5pr(&self) -> M5PR_R[src]

Bits 20:21 - Master 5 Priority

pub fn m6pr(&self) -> M6PR_R[src]

Bits 24:25 - Master 6 Priority

Auto Trait Implementations

impl Unpin for R

impl Send for R

impl Sync for R

Blanket Implementations

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> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

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.

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

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self