Trait InterfaceCPU

Source
pub trait InterfaceCPU: Send + Sync {
    // Required methods
    fn get_and_acknowledge_interrupt(&self) -> Option<IrqId>;
    fn end_interrupt(&self, irq: IrqId);
}

Required Methods§

Implementors§