Type Alias rp2040_pac::dma::ch::ch_al3_ctrl::SNIFF_EN_W

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

Field SNIFF_EN writer - If 1, this channel’s data transfers are visible to the sniff hardware, and each transfer will advance the state of the checksum. This only applies if the sniff hardware is enabled, and has this channel selected.

This allows checksum to be enabled or disabled on a per-control- block basis.

Aliased Type§

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