Lines Matching +full:- +full:- +full:version
5 * SPDX-License-Identifier: MIT
29 /*-----------------------------------------------------------
31 *----------------------------------------------------------*/
44 … is designed to work with XC32 on PIC32MZ MCUs. Please update your C compiler version or settings.
85 application code then the version in the application code will be linked
86 into the application in preference to the version defined in this file.
105 /* Let the user override the pre-loading of the initial RA with the address of
107 debugger - in which case configTASK_RETURN_ADDRESS can be defined as 0 (NULL). */
138 /*-----------------------------------------------------------*/
145 /*-----------------------------------------------------------*/
161 …t * const xISRStackTop = &( xISRStack[ ( configISR_STACK_SIZE & ~portBYTE_ALIGNMENT_MASK ) - 8 ] );
169 /*-----------------------------------------------------------*/
177 pxTopOfStack--; in pxPortInitialiseStack()
178 pxTopOfStack--; in pxPortInitialiseStack()
181 pxTopOfStack--; in pxPortInitialiseStack()
184 pxTopOfStack--; in pxPortInitialiseStack()
187 pxTopOfStack--; in pxPortInitialiseStack()
190 pxTopOfStack--; in pxPortInitialiseStack()
193 pxTopOfStack--; in pxPortInitialiseStack()
196 pxTopOfStack -= 7; /* Includes space for AC1 - AC3. */ in pxPortInitialiseStack()
199 pxTopOfStack -= 15; in pxPortInitialiseStack()
202 pxTopOfStack -= 15; in pxPortInitialiseStack()
208 /*-----------------------------------------------------------*/
222 /*-----------------------------------------------------------*/
235 …t ulCompareMatch = ( (configPERIPHERAL_CLOCK_HZ / portTIMER_PRESCALE) / configTICK_RATE_HZ ) - 1UL; in vApplicationSetupTickTimerInterrupt()
251 /*-----------------------------------------------------------*/
259 /*-----------------------------------------------------------*/
301 /*-----------------------------------------------------------*/
323 /*-----------------------------------------------------------*/
341 /*-----------------------------------------------------------*/
347 /*-----------------------------------------------------------*/
369 /*-----------------------------------------------------------*/