Searched defs:UartPort (Results 1 – 1 of 1) sorted by relevance
37 pub enum UartPort { enum48 impl UartPort { implementation241 pub fn new(port: UartPort, baud_rate: u32, sys_info: Option<Arc<dyn IndexNode>>) -> Self { in new()266 pub fn new(port: UartPort, baud_rate: u32, sys_info: Option<Arc<dyn IndexNode>>) -> Self { in new()279 pub fn uart_init(uart_port: &UartPort, baud_rate: u32) -> Result<i32, &'static str> { in uart_init()343 fn uart_send(uart_port: &UartPort, s: &str) { in uart_send()