pub trait SingleInterruptSource: Sealed { }Expand description
Marker trait indicating that an interrupt source has one binding and one handler.
May not be implemented outside of this HAL.
pub trait SingleInterruptSource: Sealed { }Marker trait indicating that an interrupt source has one binding and one handler.
May not be implemented outside of this HAL.