pub type TR2 = Reg<u32, _TR2>;
watchdog threshold 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 tr2 module
pub struct TR2 { /* private fields */ }
Register TR2 reset()’s with value 0x0fff_0000
reset()
read() method returns tr2::R reader structure
read()
write(|w| ..) method takes tr2::W writer structure
write(|w| ..)