|
libmetal
|
#include <errno.h>#include <metal/irq.h>#include <metal/sys.h>#include <metal/log.h>#include <metal/mutex.h>#include <metal/list.h>#include <metal/utilities.h>#include <metal/alloc.h>Functions | |
| unsigned int | metal_irq_save_disable (void) |
| disable interrupts More... | |
| void | metal_irq_restore_enable (unsigned int flags) |
| restore interrupts to their previous state More... | |