Type Alias rp2040_pac::i2c0::ic_dma_cr::TDMAE_W

source ·
pub type TDMAE_W<'a, REG> = BitWriter<'a, REG, TDMAE_A>;
Expand description

Field TDMAE writer - Transmit DMA Enable. This bit enables/disables the transmit FIFO DMA channel. Reset value: 0x0

Aliased Type§

struct TDMAE_W<'a, REG> { /* private fields */ }

Implementations§

source§

impl<'a, REG> TDMAE_W<'a, REG>
where REG: Writable + RegisterSpec,

source

pub fn disabled(self) -> &'a mut W<REG>

transmit FIFO DMA channel disabled

source

pub fn enabled(self) -> &'a mut W<REG>

Transmit FIFO DMA channel enabled