Type Definition capsules::button::SubscribeMap [] [src]

type SubscribeMap = u32;

This capsule keeps track for each app of which buttons it 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.