Lines Matching +full:runs +full:- +full:on

5  * SPDX-License-Identifier: MIT
43 /*-----------------------------------------------------------
45 *----------------------------------------------------------*/
47 /* Constants required for hardware setup. The tick ISR runs off the ACLK,
58 /* Most ports implement critical sections by placing the interrupt flags on
64 * incremented. Each time a critical section is left the count is decremented -
65 * with interrupts only being re-enabled if the count is zero.
71 /*-----------------------------------------------------------*/
103 * used by the task is retrieved from the stack - followed by the value of all
129 /*-----------------------------------------------------------*/
136 /*-----------------------------------------------------------*/
149 * Place a few bytes of known values on the bottom of the stack. in pxPortInitialiseStack()
153 * pxTopOfStack--; in pxPortInitialiseStack()
155 * pxTopOfStack--; in pxPortInitialiseStack()
157 * pxTopOfStack--; in pxPortInitialiseStack()
162 * so place a pointer to the start of the task on the stack first - followed in pxPortInitialiseStack()
165 pxTopOfStack--; in pxPortInitialiseStack()
167 pxTopOfStack--; in pxPortInitialiseStack()
171 pxTopOfStack--; in pxPortInitialiseStack()
173 pxTopOfStack--; in pxPortInitialiseStack()
175 pxTopOfStack--; in pxPortInitialiseStack()
177 pxTopOfStack--; in pxPortInitialiseStack()
179 pxTopOfStack--; in pxPortInitialiseStack()
181 pxTopOfStack--; in pxPortInitialiseStack()
183 pxTopOfStack--; in pxPortInitialiseStack()
185 pxTopOfStack--; in pxPortInitialiseStack()
187 pxTopOfStack--; in pxPortInitialiseStack()
189 pxTopOfStack--; in pxPortInitialiseStack()
191 pxTopOfStack--; in pxPortInitialiseStack()
196 pxTopOfStack--; in pxPortInitialiseStack()
209 /*-----------------------------------------------------------*/
223 /*-----------------------------------------------------------*/
230 /*-----------------------------------------------------------*/
241 * was saved during a pre-emptive RTOS tick ISR. Before calling an ISR the in vPortYield()
256 /*-----------------------------------------------------------*/
285 /*-----------------------------------------------------------*/
288 * The interrupt service routine used depends on whether the pre-emptive