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
fn transmit(self, address: usize)
Writes its value to provided address of a stimulus port register.
It retries on buffer overflow.
Implementors
impl Transmit for u8impl Transmit for u16impl Transmit for u32