[][src]Struct k64::dma::err::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 err0(&self) -> ERR0R[src]

Bit 0 - Error In Channel 0

pub fn err1(&self) -> ERR1R[src]

Bit 1 - Error In Channel 1

pub fn err2(&self) -> ERR2R[src]

Bit 2 - Error In Channel 2

pub fn err3(&self) -> ERR3R[src]

Bit 3 - Error In Channel 3

pub fn err4(&self) -> ERR4R[src]

Bit 4 - Error In Channel 4

pub fn err5(&self) -> ERR5R[src]

Bit 5 - Error In Channel 5

pub fn err6(&self) -> ERR6R[src]

Bit 6 - Error In Channel 6

pub fn err7(&self) -> ERR7R[src]

Bit 7 - Error In Channel 7

pub fn err8(&self) -> ERR8R[src]

Bit 8 - Error In Channel 8

pub fn err9(&self) -> ERR9R[src]

Bit 9 - Error In Channel 9

pub fn err10(&self) -> ERR10R[src]

Bit 10 - Error In Channel 10

pub fn err11(&self) -> ERR11R[src]

Bit 11 - Error In Channel 11

pub fn err12(&self) -> ERR12R[src]

Bit 12 - Error In Channel 12

pub fn err13(&self) -> ERR13R[src]

Bit 13 - Error In Channel 13

pub fn err14(&self) -> ERR14R[src]

Bit 14 - Error In Channel 14

pub fn err15(&self) -> ERR15R[src]

Bit 15 - Error In Channel 15

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]