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

Macros

#define FREERTOS_MUTEX_POOL_COUNT   1
 

Variables

etl::pool< StaticSemaphore_t, FREERTOS_MUTEX_POOL_COUNTstatic_mutex_pool_
 

Macro Definition Documentation

◆ FREERTOS_MUTEX_POOL_COUNT

#define FREERTOS_MUTEX_POOL_COUNT   1

Variable Documentation

◆ static_mutex_pool_

etl::pool<StaticSemaphore_t, FREERTOS_MUTEX_POOL_COUNT> static_mutex_pool_