Home
last modified time | relevance | path

Searched refs:_max_nodes (Results 1 – 1 of 1) sorted by relevance

/hal_rpi_pico-latest/src/common/pico_util/include/pico/util/
Dpheap.h296 #define PHEAP_DEFINE_STATIC(name, _max_nodes) \ argument
297 static_assert(_max_nodes && _max_nodes < (1u << (8 * sizeof(pheap_node_id_t))), ""); \
298 static pheap_node_t name ## _nodes[_max_nodes]; \
301 .max_nodes = _max_nodes \