Module rp6::uart::serial_writable

source ·
Expand description

Module that implements Serial::write and formatting behavior for types.

Macros

Implement the traits for Binary, Decimal, Hexadecimal and Octal formatting of a number.

Structs

A fixed capacity String

Traits

Trait to allow implementing specific Serial::write behavior for types.
Trait to allow implementing specific Serial::write_dec behavior for types.
Trait to allow implementing specific Serial::write_hex behavior for types.
Trait to allow instantiation and passing as &str for a type.
Just like core::fmt::Display
A collection of methods that are required / used to format a message into a stream.

Functions

Returns the size of a type in bytes.