pub fn instance() -> &'static mut PinHandlerSet
Expand description
Return a reference to a global singleton instance of $type. Interrupts will be locked for the duration of the call to ensure consistency; if calling from a context wherein interrupts are already disabled, calling $accessor_isolated() will be more efficient.