[][src]Struct k64::dma::eei::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 Self[src]

Writes raw bits to the register

pub fn eei0(&mut self) -> _EEI0W[src]

Bit 0 - Enable Error Interrupt 0

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

Bit 1 - Enable Error Interrupt 1

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

Bit 2 - Enable Error Interrupt 2

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

Bit 3 - Enable Error Interrupt 3

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

Bit 4 - Enable Error Interrupt 4

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

Bit 5 - Enable Error Interrupt 5

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

Bit 6 - Enable Error Interrupt 6

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

Bit 7 - Enable Error Interrupt 7

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

Bit 8 - Enable Error Interrupt 8

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

Bit 9 - Enable Error Interrupt 9

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

Bit 10 - Enable Error Interrupt 10

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

Bit 11 - Enable Error Interrupt 11

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

Bit 12 - Enable Error Interrupt 12

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

Bit 13 - Enable Error Interrupt 13

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

Bit 14 - Enable Error Interrupt 14

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

Bit 15 - Enable Error Interrupt 15

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]