Struct stm32f103xx::DCB [−][src]
pub struct DCB { /* fields omitted */ }Debug Control Block
Methods
impl DCB[src]
impl DCBpub fn ptr() -> *const RegisterBlock[src]
pub fn ptr() -> *const RegisterBlockReturns a pointer to the register block
Trait Implementations
impl Deref for DCB[src]
impl Deref for DCBtype Target = RegisterBlock
The resulting type after dereferencing.
fn deref(&self) -> &<DCB as Deref>::Target[src]
fn deref(&self) -> &<DCB as Deref>::TargetDereferences the value.
impl Send for DCB[src]
impl Send for DCB