Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/driver/uart/
Duart.rs30 pub static ref UART_DRV: Arc<LockedUartDriver> = Arc::new(LockedUartDriver::default());
196 pub struct LockedUartDriver(SpinLock<UartDriver>); struct
198 impl Default for LockedUartDriver { implementation
204 impl KObject for LockedUartDriver {} implementation
206 impl Driver for LockedUartDriver { implementation
224 impl CharDevice for LockedUartDriver { implementation
234 impl LockedUartDriver { implementation
246 impl PlatformDriver for LockedUartDriver { implementation