pub type IOHCR = Reg<u32, _IOHCR>;
I/O hysteresis control 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 iohcr module
pub struct IOHCR { /* private fields */ }
Register IOHCR reset()’s with value 0xffff_ffff
reset()
read() method returns iohcr::R reader structure
read()
write(|w| ..) method takes iohcr::W writer structure
write(|w| ..)