Home
last modified time | relevance | path

Searched refs:portCOMPILER_MANAGED_MEMORY_SIZE (Results 1 – 1 of 1) sorted by relevance

/Kernel-v11.1.0/portable/MPLAB/PIC18F/
Dport.c87 #define portCOMPILER_MANAGED_MEMORY_SIZE ( ( uint8_t ) 0x13 ) macro
434 for( ucBlock = 0; ucBlock <= portCOMPILER_MANAGED_MEMORY_SIZE; ucBlock++ ) in pxPortInitialiseStack()
441 *pxTopOfStack = ( StackType_t ) portCOMPILER_MANAGED_MEMORY_SIZE; /* Low. */ in pxPortInitialiseStack()