Type Alias rp2040_pac::dma::sniff_ctrl::OUT_REV_W

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

Field OUT_REV writer - If set, the result appears bit-reversed 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_REV_W<'a, REG> { /* private fields */ }