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.
You can read
this register and get sniff_data::R
. You can reset
, write
, write_with_zero
this register using sniff_data::W
. You can also modify
this register. See API.
reset()
method sets SNIFF_DATA to value 0
write(|w| ..)
method takes sniff_data::W
writer structure
1
and are changed if you pass 0
0
and are changed if you pass 1
read()
method returns sniff_data::R
reader structure