Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/driver/uart/
Dmod.rs1 pub mod uart; module
/DragonOS-0.1.8/kernel/src/driver/
Dmod.rs9 pub mod uart; module
/DragonOS-0.1.8/docs/community/ChangeLog/V0.1.x/
DV0.1.2.md291 Patch uart (#99)
297 * 添加glib.h文件生成rust代码,添加uart驱动代码
303 * 为调用uart驱动的代码添加rust接口
309 * 添加uart.h头文件,将串口端口类型改为enum
/DragonOS-0.1.8/kernel/src/libs/
Dprintk.rs3 driver::uart::uart::c_uart_send_str,
/DragonOS-0.1.8/kernel/src/filesystem/sysfs/
Dmod.rs142 crate::driver::uart::uart::uart_init().expect("initilize uart error"); in new()
/DragonOS-0.1.8/kernel/src/arch/x86_64/mm/
Dmod.rs8 use crate::driver::uart::uart::c_uart_send_str;