[][src]Struct circuit_playground_express::atsamd21g18a::dmac::busych::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 busych0(&self) -> BUSYCH0R[src]

Bit 0 - Busy Channel 0

pub fn busych1(&self) -> BUSYCH1R[src]

Bit 1 - Busy Channel 1

pub fn busych2(&self) -> BUSYCH2R[src]

Bit 2 - Busy Channel 2

pub fn busych3(&self) -> BUSYCH3R[src]

Bit 3 - Busy Channel 3

pub fn busych4(&self) -> BUSYCH4R[src]

Bit 4 - Busy Channel 4

pub fn busych5(&self) -> BUSYCH5R[src]

Bit 5 - Busy Channel 5

pub fn busych6(&self) -> BUSYCH6R[src]

Bit 6 - Busy Channel 6

pub fn busych7(&self) -> BUSYCH7R[src]

Bit 7 - Busy Channel 7

pub fn busych8(&self) -> BUSYCH8R[src]

Bit 8 - Busy Channel 8

pub fn busych9(&self) -> BUSYCH9R[src]

Bit 9 - Busy Channel 9

pub fn busych10(&self) -> BUSYCH10R[src]

Bit 10 - Busy Channel 10

pub fn busych11(&self) -> BUSYCH11R[src]

Bit 11 - Busy Channel 11

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]