Struct cortex_m::peripheral::ITM  
source · [−]pub struct ITM { /* private fields */ }Expand description
Instrumentation Trace Macrocell
Implementations
sourceimpl ITM
 
impl ITM
sourcepub const PTR: *mut RegisterBlock = {0xe0000000 as *mut peripheral::itm::RegisterBlock}
 
pub const PTR: *mut RegisterBlock = {0xe0000000 as *mut peripheral::itm::RegisterBlock}
Pointer to the register block
sourcepub const fn ptr() -> *mut RegisterBlock
 👎Deprecated since 0.7.5: Use the associated constant PTR instead
pub const fn ptr() -> *mut RegisterBlock
PTR insteadReturns a pointer to the register block
Trait Implementations
sourceimpl Deref for ITM
 
impl Deref for ITM
type Target = RegisterBlock
type Target = RegisterBlock
The resulting type after dereferencing.
impl Send for ITM
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more