Type Alias rp2040_pac::dma::sniff_ctrl::OUT_INV_W

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

Field OUT_INV writer - If set, the result appears inverted (bitwise complement) when read. This does not affect the way the checksum is calculated; the result is transformed on-the-fly between the result register and the bus.

Aliased Type§

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