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

Macros

#define FREERTOS_SEMAPHORE_POOL_COUNT   1
 

Variables

etl::pool< StaticSemaphore_t, FREERTOS_SEMAPHORE_POOL_COUNTstatic_sem_pool_
 

Macro Definition Documentation

◆ FREERTOS_SEMAPHORE_POOL_COUNT

#define FREERTOS_SEMAPHORE_POOL_COUNT   1

Variable Documentation

◆ static_sem_pool_

etl::pool<StaticSemaphore_t, FREERTOS_SEMAPHORE_POOL_COUNT> static_sem_pool_