Module rp2040_pac::dma::sniff_ctrl

source ·
Expand description

Sniffer Control

Structs§

Enums§

Type Aliases§

  • Field BSWAP reader - Locally perform a byte reverse on the sniffed data, before feeding into checksum.
  • Field BSWAP writer - Locally perform a byte reverse on the sniffed data, before feeding into checksum.
  • Field CALC reader -
  • Field CALC writer -
  • Field DMACH reader - DMA channel for Sniffer to observe
  • Field DMACH writer - DMA channel for Sniffer to observe
  • Field EN reader - Enable sniffer
  • Field EN writer - Enable sniffer
  • Field OUT_INV reader - 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.
  • 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.
  • Field OUT_REV reader - 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.
  • 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.
  • Register SNIFF_CTRL reader
  • Register SNIFF_CTRL writer