Type Alias CHAR

Source
pub type CHAR = Reg<CHAR_SPEC>;
Expand description

CHAR (rw) register accessor:

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

For information about available fields see char module

Aliased Typeยง

struct CHAR { /* private fields */ }