The rst_wdsel register determines which subsystems are reset when the watchdog is triggered.
The watchdog can be triggered in software.
You can read
this register and get ctrl::R
. You can reset
, write
, write_with_zero
this register using ctrl::W
. You can also modify
this register. See API.
reset()
method sets CTRL to value 0x0700_0000
write(|w| ..)
method takes ctrl::W
writer structure
1
and are changed if you pass 0
0
and are changed if you pass 1
read()
method returns ctrl::R
reader structure