Type Alias rp2040_pac::i2c0::ic_dma_tdlr::DMATDL_W

source ·
pub type DMATDL_W<'a, REG> = FieldWriter<'a, REG, 4>;
Expand description

Field DMATDL writer - Transmit Data Level. This bit field controls the level at which a DMA request is made by the transmit logic. It is equal to the watermark level; that is, the dma_tx_req signal is generated when the number of valid data entries in the transmit FIFO is equal to or below this field value, and TDMAE = 1.

Reset value: 0x0

Aliased Type§

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