Struct lpc43xx::i2s0::dma2::W [] [src]

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W
[src]

[src]

Reset value of the register

[src]

Writes raw bits to the register

[src]

Bit 0 - When 1, enables DMA1 for I2S receive.

[src]

Bit 1 - When 1, enables DMA1 for I2S transmit.

[src]

Bits 8:11 - Set the FIFO level that triggers a receive DMA request on DMA2.

[src]

Bits 16:19 - Set the FIFO level that triggers a transmit DMA request on DMA2.

Trait Implementations

Auto Trait Implementations

impl Send for W

impl Sync for W