Home
last modified time | relevance | path

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

/DragonOS-0.1.7/kernel/src/driver/uart/
Duart.rs12 pub enum UartPort { enum
23 impl UartPort { impl
76 port: UartPort,
83 port: UartPort::COM1, in default()
95 pub fn uart_init(uart_port: &UartPort, baud_rate: u32) -> Result<i32, &'static str> { in uart_init() argument
159 fn uart_send(uart_port: &UartPort, str: &str) { in uart_send() argument
174 fn uart_read_byte(uart_port: &UartPort) -> char { in uart_read_byte()