[][src]Type Definition rp2040::dma::SNIFF_DATA

type SNIFF_DATA = Reg<u32, _SNIFF_DATA>;

Data accumulator for sniff hardware\n Write an initial seed value here before starting a DMA transfer on the channel indicated by SNIFF_CTRL_DMACH. The hardware will update this register each time it observes a read from the indicated channel. Once the channel completes, the final result can be read from this register.

This register you can read, reset, write, write_with_zero, modify. See API.

For information about available fields see sniff_data module

Trait Implementations

impl Readable for SNIFF_DATA[src]

read() method returns sniff_data::R reader structure

impl ResetValue for SNIFF_DATA[src]

Register SNIFF_DATA reset()'s with value 0

type Type = u32

Register size

impl Writable for SNIFF_DATA[src]

write(|w| ..) method takes sniff_data::W writer structure