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