edrv_uart/
lib.rs

1mod uart_dw_apb;
2
3use uart_dw_apb::common;
4pub use uart_dw_apb::{regs, vals, Uart};