//! Universal Synchronous/Asynchronous Receiver/Transmitter (USART) driver. #![macro_use] #[cfg_attr(feature = "lpc55", path = "./usart/lpc55.rs")] mod inner; pub use inner::*;