MCUXpresso SDK API Reference Manual  Rev. 0
NXP Semiconductors
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
implementation-dependent constants usually defined in limits.h.

Overview

They are defined here to provide portability between platforms.

Macros

#define PTHREAD_STACK_MIN   configMINIMAL_STACK_SIZE * sizeof( StackType_t )
 
#define NAME_MAX   64
 
#define SEM_VALUE_MAX   0xFFFFU
 

Macro Definition Documentation

#define PTHREAD_STACK_MIN   configMINIMAL_STACK_SIZE * sizeof( StackType_t )

Minimum size in bytes of thread stack storage.

#define NAME_MAX   64

Maximum number of bytes in a filename (not including terminating null).

#define SEM_VALUE_MAX   0xFFFFU

Maximum value of a sem_t.