Lines Matching +full:- +full:- +full:version
5 * SPDX-License-Identifier: MIT
29 /*-----------------------------------------------------------
31 *----------------------------------------------------------*/
34 #error This port is designed to work with XC32. Please update your C compiler version.
63 application code then the version in the application code will be linked
64 into the application in preference to the version defined in this file.
83 /* Let the user override the pre-loading of the initial RA with the address of
85 debugger - in which case configTASK_RETURN_ADDRESS can be defined as 0 (NULL). */
116 /*-----------------------------------------------------------*/
140 /*-----------------------------------------------------------*/
154 …t * const xISRStackTop = &( xISRStack[ ( configISR_STACK_SIZE & ~portBYTE_ALIGNMENT_MASK ) - 8 ] );
156 /*-----------------------------------------------------------*/
165 pxTopOfStack--; in pxPortInitialiseStack()
166 pxTopOfStack--; in pxPortInitialiseStack()
169 pxTopOfStack--; in pxPortInitialiseStack()
172 pxTopOfStack--; in pxPortInitialiseStack()
175 pxTopOfStack--; in pxPortInitialiseStack()
178 pxTopOfStack--; in pxPortInitialiseStack()
181 pxTopOfStack--; in pxPortInitialiseStack()
184 pxTopOfStack -= 15; in pxPortInitialiseStack()
187 pxTopOfStack -= 15; in pxPortInitialiseStack()
191 /*-----------------------------------------------------------*/
205 /*-----------------------------------------------------------*/
218 …2_t ulCompareMatch = ( (configPERIPHERAL_CLOCK_HZ / portTIMER_PRESCALE) / configTICK_RATE_HZ ) - 1; in vApplicationSetupTickTimerInterrupt()
234 /*-----------------------------------------------------------*/
242 /*-----------------------------------------------------------*/
284 /*-----------------------------------------------------------*/
306 /*-----------------------------------------------------------*/
324 /*-----------------------------------------------------------*/
330 /*-----------------------------------------------------------*/