![]() |
SyterKit 0.4.0.x
SyterKit is a bare-metal framework
|
Interrupt control functions for ARM32 architecture. More...

Go to the source code of this file.
Functions | |
| static void | arm32_interrupt_enable (void) |
| Enable interrupts in ARM32 mode. | |
| static void | arm32_interrupt_disable (void) |
| Disable interrupts in ARM32 mode. | |
Interrupt control functions for ARM32 architecture.
This header file provides functions for enabling and disabling interrupts on ARM32 architecture.
|
inlinestatic |
Disable interrupts in ARM32 mode.
This function disables IRQ interrupts by setting the I-bit in the Current Program Status Register (CPSR).
|
inlinestatic |
Enable interrupts in ARM32 mode.
This function enables IRQ interrupts by clearing the I-bit in the Current Program Status Register (CPSR).