static SLOTS: [OnceCell<Bus>; 2]Expand description
OnceCell::set_or_get writes in place, so the &'static Bus it
returns stays valid for use as IRQ ctx — unlike values held inside a
Vec or returned from a LazyLock closure, which move into their
final storage.