Struct cortex_m::peripheral::TPIU
[−]
[src]
pub struct TPIU { /* fields omitted */ }Trace Port Interface Unit;
NOTE Available only on ARMv7-M (thumbv7*m-none-eabi*)
Methods
impl TPIU[src]
fn ptr() -> *const RegisterBlock[src]
Returns a pointer to the register block
Trait Implementations
impl Send for TPIU[src]
impl Deref for TPIU[src]
type Target = RegisterBlock
The resulting type after dereferencing.
fn deref(&self) -> &Self::Target[src]
Dereferences the value.