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