Skip to main content

Rx

Trait Rx 

Source
pub trait Rx: LpPin + InputPin { }
Expand description

Trait representing the LP_UART RX pin.

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§

Source§

impl Rx for GPIO4<'_>

Available on crate feature unstable only.