Struct cortex_m::peripheral::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 Send for DCB[src]
impl Send for DCBimpl Deref for DCB[src]
impl Deref for DCBtype Target = RegisterBlock
The resulting type after dereferencing.
fn deref(&self) -> &Self::Target[src]
fn deref(&self) -> &Self::TargetDereferences the value.