Type Alias InterruptOnceCell

Source
pub type InterruptOnceCell<T> = OnceCell<RawInterruptSpinMutex, T>;
Expand description

Aliased Typeยง

struct InterruptOnceCell<T>(/* private fields */);