libyggdrasil
v1.0.0
|
Core control functions. More...
Go to the source code of this file.
Functions | |
ALWAYS_INLINE void | core_DisableInterrupts (void) |
Disables all interrupts. More... | |
ALWAYS_INLINE void | core_EnableInterrupts (void) |
Enables all interrupts. More... | |
ALWAYS_INLINE void | core_SetInterruptVectorBase (addr_t address) |
Sets the base address of the interrupt vector table. More... | |
ALWAYS_INLINE void | core_Delay (u32 ms) |
Delays execution by a certain number of milliseconds. More... | |
Core control functions.
ALWAYS_INLINE void core_Delay | ( | u32 | ms | ) |
Delays execution by a certain number of milliseconds.
ms | Number of milliseconds to wait |
ALWAYS_INLINE void core_DisableInterrupts | ( | void | ) |
Disables all interrupts.
ALWAYS_INLINE void core_EnableInterrupts | ( | void | ) |
Enables all interrupts.
ALWAYS_INLINE void core_SetInterruptVectorBase | ( | addr_t | address | ) |
Sets the base address of the interrupt vector table.
address | Base address |