Trait serpente::sercom::v2::uart::Simplex[][src]

pub trait Simplex: Capability { }
Expand description

Type-level enum representing a UART that has transmit or receive capability, but not both

Implementors