SpiNNFrontEndCommon 7.3.1
Common support code for user-facing front end systems.
|
Wait for interrupt. More...
#include <stdint.h>
Go to the source code of this file.
Functions | |
static void | wait_for_interrupt (void) |
Wait for any interrupt to occur. | |
Wait for interrupt.
Definition in file wfi.h.
|
inlinestatic |
Wait for any interrupt to occur.
Code resumes after the wait once the interrupt has been serviced. Inline version of code that appears in spin1_api so that we can get more compact code. For a description of what this actually does, see the relevant ARM documentation (it's hardware magic, specific to the ARM968).