portNUM_CONFIGURABLE_REGIONS is only used within FreeRTOS.
 
Symbols
loading...
Files
loading...

portNUM_CONFIGURABLE_REGIONS macro

Syntax

#define portNUM_CONFIGURABLE_REGIONS ( ( portLAST_CONFIGURABLE_REGION - portFIRST_CONFIGURABLE_REGION ) + 1 )

References

LocationText
portable.h:84
#define portNUM_CONFIGURABLE_REGIONS 1
portmacro.h:91
#define portNUM_CONFIGURABLE_REGIONS ( ( portLAST_CONFIGURABLE_REGION - portFIRST_CONFIGURABLE_REGION ) + 1 )
port.c:813
for( ul = 2; ul <= portNUM_CONFIGURABLE_REGIONS; ul++ )
port.c:842
for( ul = 1; ul <= portNUM_CONFIGURABLE_REGIONS; ul++ )
portable.h:83
#ifndef portNUM_CONFIGURABLE_REGIONS
portmacro.h:92
#define portTOTAL_NUM_REGIONS ( portNUM_CONFIGURABLE_REGIONS + 1 ) /* Plus one to make space for the stack region. */
task.h:129
MemoryRegion_t xRegions[ portNUM_CONFIGURABLE_REGIONS ];