uC chip interface arduino
0.9.0
A interface for async and neuromrphic IC testing
|
#include "core_ring_buffer.h"
#include "datatypes.h"
#include "interface_AER_from_chip.h"
#include "interface_AER_to_chip.h"
#include "interface_spi.h"
#include "interface_pin.h"
#include "interface_i2c.h"
#include "core_intervaltimer_samd21.h"
Go to the source code of this file.
Macros | |
#define | EXEC_PRESISION 100 |
Functions | |
void | exec_instruction (packet_t *instruction, bool is_ISR_call) |
void | exec_timed_commands () |
void | read_time (bool is_ISR_call) |
void | set_time_offset (uint32_t offset) |
Variables | |
volatile bool | exec_active |
volatile IntervalTimer | myTimer |
#define EXEC_PRESISION 100 |
Definition at line 22 of file core_instruction_exec.h.
void exec_instruction | ( | packet_t * | instruction, |
bool | is_ISR_call | ||
) |
Definition at line 30 of file core_instruction_exec.cpp.
void exec_timed_commands | ( | ) |
Definition at line 88 of file core_instruction_exec.cpp.
void read_time | ( | bool | is_ISR_call | ) |
Definition at line 127 of file core_instruction_exec.cpp.
void set_time_offset | ( | uint32_t | offset | ) |
Definition at line 110 of file core_instruction_exec.cpp.
|
extern |
Definition at line 25 of file core_instruction_exec.cpp.
|
extern |
Definition at line 26 of file core_instruction_exec.cpp.