uC chip interface arduino
0.9.0
A interface for async and neuromrphic IC testing
|
#include <Arduino.h>
#include "core_ring_buffer.h"
#include "interface_pin.h"
#include "datatypes.h"
#include "misc_functions.h"
Go to the source code of this file.
Classes | |
class | AER_to_chip |
Macros | |
#define | AER_HANDSHAKE_TIMEOUT 1 |
Enumerations | |
enum | ASYNC_TYPE : uint8_t { ASYNC_4Phase_Chigh_Dhigh = 0U , ASYNC_4Phase_Clow_Dhigh = 1U , ASYNC_2Phase = 10U , ASYNC_4Phase_MCP23017 = 20U } |
#define AER_HANDSHAKE_TIMEOUT 1 |
Definition at line 28 of file interface_AER_to_chip.h.
enum ASYNC_TYPE : uint8_t |
Enumerator | |
---|---|
ASYNC_4Phase_Chigh_Dhigh | |
ASYNC_4Phase_Clow_Dhigh | |
ASYNC_2Phase | |
ASYNC_4Phase_MCP23017 |
Definition at line 30 of file interface_AER_to_chip.h.