Type Alias Dcc

Source
pub type Dcc = Reg<DccSpec>;
Expand description

DCC (rw) register accessor: Debug Communication Channel n

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

For information about available fields see dcc module

Aliased Typeยง

struct Dcc { /* private fields */ }