Embedded Artistry Framework
Embedded Systems C++ Framework
Macros | Variables
freertos_event_flags.cpp File Reference
#include "freertos_event_flags.hpp"
#include "freertos_os_helpers.hpp"
#include <FreeRTOS.h>
#include <cassert>
#include <event_groups.h>
#include <etl/pool.h>
Include dependency graph for freertos_event_flags.cpp:

Macros

#define FREERTOS_EVENT_GROUP_POOL_COUNT   1
 

Variables

etl::pool< StaticEventGroup_t, FREERTOS_EVENT_GROUP_POOL_COUNTstatic_event_pool_
 

Macro Definition Documentation

◆ FREERTOS_EVENT_GROUP_POOL_COUNT

#define FREERTOS_EVENT_GROUP_POOL_COUNT   1

Variable Documentation

◆ static_event_pool_

etl::pool<StaticEventGroup_t, FREERTOS_EVENT_GROUP_POOL_COUNT> static_event_pool_