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