pub(crate) type ChipHw = Pc<'static, ()>;Aliased Type§
struct ChipHw {
pub com1: &'static SerialPort<'static>,
pub com2: &'static SerialPort<'static>,
pub com3: &'static SerialPort<'static>,
pub com4: &'static SerialPort<'static>,
pub pit: Pit<'static, 1193>,
pub vga: &'static VgaText<'static>,
/* private fields */
}Fields§
§com1: &'static SerialPort<'static>Legacy COM1 serial port
com2: &'static SerialPort<'static>Legacy COM2 serial port
com3: &'static SerialPort<'static>Legacy COM3 serial port
com4: &'static SerialPort<'static>Legacy COM4 serial port
pit: Pit<'static, 1193>Legacy PIT timer
vga: &'static VgaText<'static>Vga