Struct arduino_nano33iot::sercom::UART5Tx [−][src]
pub struct UART5Tx<TX, RTS> { /* fields omitted */ }👎 Deprecated since 0.13.0:
The sercom::v1::uart module is deprecated, and will be removed in a subsequent release.
Please use the sercom::v2::uart module instead.
Expand description
The transmitting half of the corresponding UARTX instance (as returned by UARTX::split)
Trait Implementations
Writes a string slice into this writer, returning whether the write succeeded. Read more
Writes a single word to the serial interface