[][src]Struct circuit_playground_express::atsamd21g18a::dmac::chctrlb::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 evact(&self) -> EVACTR[src]

Bits 0:2 - Event Input Action

pub fn evie(&self) -> EVIER[src]

Bit 3 - Channel Event Input Enable

pub fn evoe(&self) -> EVOER[src]

Bit 4 - Channel Event Output Enable

pub fn lvl(&self) -> LVLR[src]

Bits 5:6 - Channel Arbitration Level

pub fn trigsrc(&self) -> TRIGSRCR[src]

Bits 8:13 - Trigger Source

pub fn trigact(&self) -> TRIGACTR[src]

Bits 22:23 - Trigger Action

pub fn cmd(&self) -> CMDR[src]

Bits 24:25 - Software Command

Auto Trait Implementations

impl Send for R

impl Sync for R

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]