Type Alias DBGMCU

Source
pub type DBGMCU = Periph<RegisterBlock, 0xe004_2000>;
Expand description

Debug support

See peripheral structure

Aliased Type§

struct DBGMCU { /* private fields */ }

Trait Implementations§

Source§

impl Debug for DBGMCU

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more