pub type AxCpuMask = CpuMask<{ axconfig::plat::CPU_NUM }>;Available on crate feature
multitask only.Expand description
The wrapper type for [cpumask::CpuMask] with SMP configuration.
Aliased Typeยง
struct AxCpuMask { /* private fields */ }