pub trait Interruptable { }
Expand description

A device that can receive an interrupt. The interrupt_state_change() method will be called whenever an interrupt signal changes goes high or low.

Implementors§