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