Struct stm32f103xx::DBG[][src]

pub struct DBG { /* fields omitted */ }
[]

Debug support

Methods

impl DBG
[src]
[]

[]

Returns a pointer to the register block

Trait Implementations

impl Send for DBG
[src]

impl Deref for DBG
[src]
[+]

The resulting type after dereferencing.

[]

Dereferences the value.

Auto Trait Implementations

impl !Sync for DBG