eRPC API Reference  Rev. 1.7.2
NXP Semiconductors
erpc_config.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

Threading model options
#define ERPC_THREADS_NONE
 No threads.
 
#define ERPC_THREADS_PTHREADS
 POSIX pthreads.
 
#define ERPC_THREADS_FREERTOS
 FreeRTOS.
 
#define ERPC_THREADS_ZEPHYR
 ZEPHYR.
 
#define ERPC_NOEXCEPT_DISABLED
 Disabling noexcept feature.
 
#define ERPC_NOEXCEPT_ENABLED
 Enabling noexcept feature.
 
#define ERPC_NESTED_CALLS_DISABLED
 No nested calls support.
 
#define ERPC_NESTED_CALLS_ENABLED
 Nested calls support.
 
#define ERPC_NESTED_CALLS_DETECTION_DISABLED
 Nested calls detection disabled.
 
#define ERPC_NESTED_CALLS_DETECTION_ENABLED
 Nested calls detection enabled.
 
#define ERPC_MESSAGE_LOGGING_DISABLED
 Trace functions disabled.
 
#define ERPC_MESSAGE_LOGGING_ENABLED
 Trace functions enabled.
 
#define ERPC_TRANSPORT_MU_USE_MCMGR_DISABLED
 Do not use MCMGR for MU ISR management.
 
#define ERPC_TRANSPORT_MU_USE_MCMGR_ENABLED
 Use MCMGR for MU ISR management.