Type Alias rp2040_pac::dma::sniff_ctrl::R
source · pub type R = R<SNIFF_CTRL_SPEC>;
Expand description
Register SNIFF_CTRL
reader
Aliased Type§
struct R { /* private fields */ }
Implementations§
source§impl R
impl R
sourcepub fn bswap(&self) -> BSWAP_R
pub fn bswap(&self) -> BSWAP_R
Bit 9 - 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.