Lines Matching full:for
19 * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
20 * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
40 incorrect address for compatibility mode of 0x18.
46 for the enhancement.
66 * Implementation of functions defined in portable.h for the PIC port.
69 /* Hardware setup for tick. */
72 /* Initial interrupt enable state for newly created tasks. This value is
73 copied into INTCON when a task switches in for the first time. */
76 /* Just the bit within INTCON for the global interrupt flag. */
79 /* Constant used for context switch macro when we require the interrupt
84 area's get used by the compiler for temporary storage, especially when
117 * ISR placed on the low priority vector. This calls the appropriate ISR for
127 * set for the ISR to ever get called. Therefore we want to save the INTCON
137 * The compiler uses some locations at the bottom of the memory for temporary
142 * portCOMPILER_MANAGED_MEMORY_SIZE. This is sufficient for the demo
143 * applications but you should check the map file for your project to ensure
144 * this is sufficient for your needs. It is not clear whether this size is
145 * fixed for all compilations or has the potential to be program specific.
237 * This is the reverse of portSAVE_CONTEXT. See portSAVE_CONTEXT for more
318 of the tasks context. It is perfectly legitimate for another task to \
344 * See header file for description.
352 This is just useful for debugging. */ in pxPortInitialiseStack()
434 for( ucBlock = 0; ucBlock <= portCOMPILER_MANAGED_MEMORY_SIZE; ucBlock++ ) in pxPortInitialiseStack()
476 /* Setup a timer for the tick ISR is using the preemptive scheduler. */ in xPortStartScheduler()
492 /* It is unlikely that the scheduler for the PIC port will get stopped in vPortEndScheduler()
518 * Vector for ISR. Nothing here must alter any registers!
555 * ISR for the tick.
562 /* Interrupts must have been enabled for the ISR to fire, so we have to
579 * Setup a timer for a regular tick.
612 /* Provided library function for setting up the timer that will produce the