|
tin
1.5.9
|
#include <freertos.h>

Classes | |
| class | queue |
Static Public Attributes | |
| static constexpr std::size_t | capacity = Capacity |
FreeRTOS queue storage policy.
Runtime topologies use the same queue_storage contract on host, bare metal, and FreeRTOS. This policy maps that contract onto xQueueCreate, xQueueSendToBack, and xQueueReceive.
|
staticconstexpr |