pub type AR = Reg<ARrs>;
AR (rw) register accessor: address register
You can read this register and get ar::R. You can reset, write, write_with_zero this register using ar::W. You can also modify this register. See API.
read
ar::R
reset
write
write_with_zero
ar::W
modify
See register structure
For information about available fields see ar module
ar
pub struct AR { /* private fields */ }