Searched defs:UartPort (Results 1 – 1 of 1) sorted by relevance
12 pub enum UartPort { enum23 impl UartPort { implementation92 pub fn uart_init(uart_port: &UartPort, baud_rate: u32) -> Result<i32, &'static str> { in uart_init()156 fn uart_send(uart_port: &UartPort, str: &str) { in uart_send()