[][src]Struct sam3x8e::matrix::matrix_pras2::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 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

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 = !

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

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

🔬 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]