Skip to content
Snippets Groups Projects

Python interrupts

Merged schneider requested to merge python-interrupts into master
Files
14
+ 6
0
#pragma once
#include "epicardium.h"
#include <stdint.h>
#include <stdbool.h>
@@ -26,6 +29,9 @@ struct api_call_mem {
/* ID if the ongoing API call */
api_id_t id;
/* ID of the current interrupt */
api_int_id_t int_id;
/*
* Buffer for arguments/return value. This buffer will be
* *overflown*, because there is guaranteed space behind it.
Loading