Skip to main content

InterfaceCPU

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§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§