Home
last modified time | relevance | path

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

/Kernel-v11.1.0/portable/MPLAB/PIC18F/
Dport.c349 uint8_t ucBlock; in pxPortInitialiseStack() local
434 for( ucBlock = 0; ucBlock <= portCOMPILER_MANAGED_MEMORY_SIZE; ucBlock++ ) in pxPortInitialiseStack()
436 *pxTopOfStack = ( StackType_t ) ucBlock; in pxPortInitialiseStack()