uC chip interface arduino  0.9.0
A interface for async and neuromrphic IC testing
Loading...
Searching...
No Matches
interface_AER_to_chip.h File Reference
#include <Arduino.h>
#include "core_ring_buffer.h"
#include "interface_pin.h"
#include "datatypes.h"
#include "misc_functions.h"
Include dependency graph for interface_AER_to_chip.h:
This graph shows which files directly or indirectly include this file:

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 }
 

Macro Definition Documentation

◆ AER_HANDSHAKE_TIMEOUT

#define AER_HANDSHAKE_TIMEOUT   1

Definition at line 28 of file interface_AER_to_chip.h.

Enumeration Type Documentation

◆ ASYNC_TYPE

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.