pub type WUTR = Reg<u32, _WUTR>;
wakeup timer 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 wutr module
pub struct WUTR { /* private fields */ }
Register WUTR reset()’s with value 0xffff
reset()
read() method returns wutr::R reader structure
read()
write(|w| ..) method takes wutr::W writer structure
write(|w| ..)