axtask

Type Alias AxCpuMask

Source
pub type AxCpuMask = CpuMask<{ axconfig::SMP }>;
Available on crate feature multitask only.
Expand description

The wrapper type for [cpumask::CpuMask] with SMP configuration.

Aliased Typeยง

struct AxCpuMask { /* private fields */ }