pub type SHRR = Reg<u32, _SHRR>;
Sample and Hold refresh time 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 shrr module
pub struct SHRR { /* private fields */ }
Register SHRR reset()’s with value 0x01
reset()
read() method returns shrr::R reader structure
read()
write(|w| ..) method takes shrr::W writer structure
write(|w| ..)