Type Alias Dbgr

Source
pub type Dbgr = Reg<DbgrSpec>;
Expand description

DBGR (rw) register accessor: Debug

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

For information about available fields see dbgr module

Aliased Typeยง

struct Dbgr { /* private fields */ }