capsules_core::button

Type Alias SubscribeMap

Source
pub type SubscribeMap = u32;
Expand description

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.