pub trait Pins<USART> {
    const FLOWCTL: bool;
    const DEM: bool;
    const HALF_DUPLEX: bool;
}
Expand description

Pins trait for detecting hardware flow control or RS485 mode.

Associated Constants

Implementations on Foreign Types

Implementors