Home
last modified time | relevance | path

Searched defs:UartPort (Results 1 – 1 of 1) sorted by relevance

/DragonOS-0.1.3/kernel/src/driver/uart/
Duart.rs12 pub enum UartPort { enum
23 impl UartPort { implementation
92 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()