Type Alias INT

Source
pub type INT = Reg<INT_SPEC>;
Expand description

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.

For information about available fields see int module

Aliased Typeยง

struct INT { /* private fields */ }