Type Alias rp2040_pac::i2c0::ic_dma_rdlr::DMARDL_W

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

Field DMARDL writer - Receive Data Level. This bit field controls the level at which a DMA request is made by the receive logic. The watermark level = DMARDL+1; that is, dma_rx_req is generated when the number of valid data entries in the receive FIFO is equal to or more than this field value + 1, and RDMAE =1. For instance, when DMARDL is 0, then dma_rx_req is asserted when 1 or more data entries are present in the receive FIFO.

Reset value: 0x0

Aliased Type§

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