Struct stm32wlxx_hal::pac::ITM
pub struct ITM { /* private fields */ }
Available on crate feature
stm32wl5x_cm4
only.Expand description
Instrumentation Trace Macrocell
Implementations§
Trait Implementations§
impl Send for ITM
Auto Trait Implementations§
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more