Type Alias INPUT

Source
pub type INPUT = Reg<INPUT_SPEC>;
Expand description

input (w) register accessor: Data input register

You can reset, write, write_with_zero this register using input::W. See API.

For information about available fields see input module

Aliased Typeยง

struct INPUT { /* private fields */ }