Home
last modified time | relevance | path

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

/Kernel-v11.1.0/portable/MPLAB/PIC24_dsPIC/
Dport.c165 uint16_t usCode; in pxPortInitialiseStack() local
206 usCode = ( uint16_t ) pxCode; in pxPortInitialiseStack()
207 *pxTopOfStack = ( StackType_t ) usCode; in pxPortInitialiseStack()