Macro heapless::object_pool

source ·
macro_rules! object_pool {
    ($name:ident: $data_type:ty) => { ... };
}
Available on arm_llsc or x86 only.
Expand description

Creates a new ObjectPool singleton with the given $name that manages the specified $data_type

For more extensive documentation see the module level documentation