Trait drone_stm32::itm::port::Transmit [] [src]

pub trait Transmit: Copy {
    fn transmit(self, address: usize);
}

Types that can be transmitted through ITM stimulus port.

Required Methods

Writes its value to provided address of a stimulus port register.

It retries on buffer overflow.

Implementors