|
VSF Documented
|
#include <stdint.h>Functions | |
| uintptr_t | vsf_irq_enter (void) |
| Notify the kernel of entering interrupt context. | |
| void | vsf_irq_leave (uintptr_t ctx) |
| Notify the kernel of leaving interrupt context. | |
| uintptr_t vsf_irq_enter | ( | void | ) |
Notify the kernel of entering interrupt context.
| void vsf_irq_leave | ( | uintptr_t | ctx | ) |
Notify the kernel of leaving interrupt context.
| [in] | ctx | the context value returned by vsf_irq_enter() |