Type Alias IN

Source
pub type IN = Reg<IN_SPEC>;
Expand description

IN (rw) register accessor:

You can read this register and get in_::R. You can reset, write, write_with_zero this register using in_::W. You can also modify this register. See API.

For information about available fields see in_ module

Aliased Typeยง

pub struct IN { /* private fields */ }