Home
last modified time | relevance | path

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

/DragonOS/kernel/src/driver/serial/
H A Dmod.rs48 pub(super) fn uart_manager() -> &'static UartManager { in uart_manager()
49 &UartManager in uart_manager()
53 pub(super) struct UartManager; struct
55 impl UartManager { implementation