rp2040_pac::uart0::uartdmacr

Type Alias DMAONERR_W

Source
pub type DMAONERR_W<'a, REG> = BitWriter<'a, REG>;
Expand description

Field DMAONERR writer - DMA on error. If this bit is set to 1, the DMA receive request outputs, UARTRXDMASREQ or UARTRXDMABREQ, are disabled when the UART error interrupt is asserted.

Aliased Typeยง

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