[][src]Struct k64::dma::eei::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 eei0(&self) -> EEI0R[src]

Bit 0 - Enable Error Interrupt 0

pub fn eei1(&self) -> EEI1R[src]

Bit 1 - Enable Error Interrupt 1

pub fn eei2(&self) -> EEI2R[src]

Bit 2 - Enable Error Interrupt 2

pub fn eei3(&self) -> EEI3R[src]

Bit 3 - Enable Error Interrupt 3

pub fn eei4(&self) -> EEI4R[src]

Bit 4 - Enable Error Interrupt 4

pub fn eei5(&self) -> EEI5R[src]

Bit 5 - Enable Error Interrupt 5

pub fn eei6(&self) -> EEI6R[src]

Bit 6 - Enable Error Interrupt 6

pub fn eei7(&self) -> EEI7R[src]

Bit 7 - Enable Error Interrupt 7

pub fn eei8(&self) -> EEI8R[src]

Bit 8 - Enable Error Interrupt 8

pub fn eei9(&self) -> EEI9R[src]

Bit 9 - Enable Error Interrupt 9

pub fn eei10(&self) -> EEI10R[src]

Bit 10 - Enable Error Interrupt 10

pub fn eei11(&self) -> EEI11R[src]

Bit 11 - Enable Error Interrupt 11

pub fn eei12(&self) -> EEI12R[src]

Bit 12 - Enable Error Interrupt 12

pub fn eei13(&self) -> EEI13R[src]

Bit 13 - Enable Error Interrupt 13

pub fn eei14(&self) -> EEI14R[src]

Bit 14 - Enable Error Interrupt 14

pub fn eei15(&self) -> EEI15R[src]

Bit 15 - Enable Error Interrupt 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]