Struct drone_stm32f1::itm::port::Port [] [src]

pub struct Port(_);

ITM stimulus port pointer.

Methods

impl Port
[src]

[src]

Constructs a new Port.

Panics

If port is greater or equals to 0x20.

[src]

Writes a buffer in most effective chunks, splitting it to 8- and 32-bit slices.

[src]

Writes an entire buffer in chunks of size_of::<T>() * 8 bits.

[src]

Writes a value into a port.

Trait Implementations

impl Write for Port
[src]

[src]

Writes a slice of bytes into this writer, returning whether the write succeeded. Read more

1.1.0
[src]

Writes a [char] into this writer, returning whether the write succeeded. Read more

1.0.0
[src]

Glue for usage of the [write!] macro with implementors of this trait. Read more