pub trait Client { // Required method fn fired(&self); }
Interface for users of EIC. In order to execute interrupts, the user must implement this Client interface.
Client
Called when an interrupt occurs.