Skip to main content

Tx

Trait Tx 

Source
pub trait Tx: LpPin + OutputPin { }
Expand description

Trait representing the LP_UART TX pin.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

impl Tx for GPIO5<'_>

Available on crate feature unstable only.