pub type WDATR = Reg<u32, _WDATR>;
channel watchdog filter data register
This register you can read, reset, write, write_with_zero, modify. See API.
read
reset
write
write_with_zero
modify
For information about available fields see wdatr module
pub struct WDATR { /* private fields */ }
Register WDATR reset()’s with value 0
reset()
read() method returns wdatr::R reader structure
read()
write(|w| ..) method takes wdatr::W writer structure
write(|w| ..)