Skip to main content

Module uart

Module uart 

Source
Expand description

Serial port abstraction: the [_Serial] trait and the [SerialPort] identifier enums.

Authors: MarioS271

Re-exports§

pub use crate::arch::x86_64::drivers::tty::uart::Uart;

Enums§

UartError

Traits§

UartOps
Trait which defines standardized UART operations across different serial implementations

Type Aliases§

UartResult