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
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::DisplayA collection of methods that are required / used to format a message into a stream.
Functions
Returns the size of a type in bytes.