[][src]Struct atsams70j20::matrix::matrix_pr::matrix_pras::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

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

Writes raw bits to the register

pub fn m0pr(&mut self) -> _M0PRW[src]

Bits 0:1 - Master 0 Priority

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

Bits 4:5 - Master 1 Priority

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

Bits 8:9 - Master 2 Priority

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

Bits 12:13 - Master 3 Priority

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

Bits 16:17 - Master 4 Priority

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

Bits 20:21 - Master 5 Priority

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

Bits 24:25 - Master 6 Priority

Auto Trait Implementations

impl Unpin for W

impl Sync for W

impl Send for W

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