[][src]Struct circuit_playground_express::atsamd21g18a::dmac::prictrl0::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 W[src]

Writes raw bits to the register

pub fn lvlpri0(&mut self) -> _LVLPRI0W[src]

Bits 0:3 - Level 0 Channel Priority Number

pub fn rrlvlen0(&mut self) -> _RRLVLEN0W[src]

Bit 7 - Level 0 Round-Robin Scheduling Enable

pub fn lvlpri1(&mut self) -> _LVLPRI1W[src]

Bits 8:11 - Level 1 Channel Priority Number

pub fn rrlvlen1(&mut self) -> _RRLVLEN1W[src]

Bit 15 - Level 1 Round-Robin Scheduling Enable

pub fn lvlpri2(&mut self) -> _LVLPRI2W[src]

Bits 16:19 - Level 2 Channel Priority Number

pub fn rrlvlen2(&mut self) -> _RRLVLEN2W[src]

Bit 23 - Level 2 Round-Robin Scheduling Enable

pub fn lvlpri3(&mut self) -> _LVLPRI3W[src]

Bits 24:27 - Level 3 Channel Priority Number

pub fn rrlvlen3(&mut self) -> _RRLVLEN3W[src]

Bit 31 - Level 3 Round-Robin Scheduling Enable

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]