Lines Matching refs:level
289 to provide low level I/O drivers (eg. inbyte() and outbyte() for character
305 including the compiler optimization level and the use of the C library.
352 -On Sets compiler optimization level n (default -O0).
417 numbers at the same level. This works only for
487 a result of interrupt handling (interrupt frame) or from task-level
502 optimizations or set a predefined optimization level (-O<level>) .
533 FreeRTOS provides a complete set of efficient exception and first-level
568 interrupt level (PS.INTLEVEL) is used to control the interrupt priority
569 level that can be accepted; interrupt sources are not controlled
587 special register (level 1 interrupts are one particular cause of a
610 If the cause is a level 1 (low-priority) or medium-priority interrupt,
611 the handler enables all interrupts above that priority level after
627 interrupts at the same level that are numerically higher than the current
634 a configuration-specific maximum interrupt level affected by the global
647 a configuration-specific maximum interrupt level affected by the
654 may trigger a software interrupt at a medium or low priority level to
662 level to minimize latency servicing very fast time-critical interrupts.
663 The vector code jumps to the corresponding first-level interrupt handler,
742 Optional hooks are provided in the user exception and low level