pub type SubscribeMap = u32;
Keeps track which buttons each app has a registered interrupt for.
SubscribeMap is a bit array where bits are set to one if that app has an interrupt registered for that button.
SubscribeMap