Lines Matching +full:- +full:- +full:form
5 * SPDX-License-Identifier: MIT AND BSD-3-Clause
36 * - Compiler: IAR EWAVR32
37 * - Supported devices: All AVR32UC devices with an INTC module can be used.
38 * - AppNote:
55 * 2. Redistributions in binary form must reproduce the above copyright notice,
85 // EVBA must be aligned with a power of two strictly greater than the EVBA-
156 // Floating-Point: UNUSED IN AVR32UC.
216 // R12 a pointer to a user-provided interrupt handler.
221 // R8-R12, LR, PC and SR are automatically pushed onto the system stack by the
233 sub sp, -6 * 4
244 // R8-R12, LR, PC and SR are automatically pushed onto the system stack by the
256 sub sp, -6 * 4
267 // R8-R12, LR, PC and SR are automatically pushed onto the system stack by the
279 sub sp, -6 * 4
290 // R8-R12, LR, PC and SR are automatically pushed onto the system stack by the
302 sub sp, -6 * 4
327 // the EVBA-relative interrupt vector offset.
330 DC32 (INT0 << AVR32_INTC_IPR0_INTLEV_OFFSET) | (_int0 - _evba),\
331 (INT1 << AVR32_INTC_IPR0_INTLEV_OFFSET) | (_int1 - _evba),\
332 (INT2 << AVR32_INTC_IPR0_INTLEV_OFFSET) | (_int2 - _evba),\
333 (INT3 << AVR32_INTC_IPR0_INTLEV_OFFSET) | (_int3 - _evba)