Type Alias rp2040_pac::dma::sniff_ctrl::BSWAP_W

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

Field BSWAP writer - Locally perform a byte reverse on the sniffed data, before feeding into checksum.

Note that the sniff hardware is downstream of the DMA channel byteswap performed in the read master: if channel CTRL_BSWAP and SNIFF_CTRL_BSWAP are both enabled, their effects cancel from the sniffer’s point of view.

Aliased Type§

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