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