Lines Matching full:for
20 * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
21 * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
31 * XTENSA INFORMATION FOR RTOS TICK TIMER AND CLOCK FREQUENCY
33 * This header contains definitions and macros for use primarily by Xtensa
61 * Select timer to use for periodic tick, and determine its interrupt number
117 * Set processor clock frequency, used to determine clock divisor for timer tick.
118 * User should BE SURE TO ADJUST THIS for the Xtensa platform being used.
127 * real-time performance for most applications under the simulator. A frequency
138 #error "XT_CLOCK_FREQ must be defined for the target platform."
142 * Default number of timer "ticks" per second (default 100 for 10ms tick).
144 * User may redefine this to an optimal value for the application, either by
153 * Derivation of clock divisor for timer tick and interrupt (one per tick).