Type Alias Ctrlc

Source
pub type Ctrlc = Reg<CtrlcSpec>;
Expand description

CTRLC (rw) register accessor: Control C

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

For information about available fields see ctrlc module

Aliased Typeยง

struct Ctrlc { /* private fields */ }