uC chip interface arduino  0.9.0
A interface for async and neuromrphic IC testing
Loading...
Searching...
No Matches
core_instruction_exec.h File Reference
Include dependency graph for core_instruction_exec.h:
This graph shows which files directly or indirectly include this file:

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
 

Macro Definition Documentation

◆ EXEC_PRESISION

#define EXEC_PRESISION   100

Definition at line 22 of file core_instruction_exec.h.

Function Documentation

◆ exec_instruction()

void exec_instruction ( packet_t instruction,
bool  is_ISR_call 
)

Definition at line 30 of file core_instruction_exec.cpp.

◆ exec_timed_commands()

void exec_timed_commands ( )

Definition at line 88 of file core_instruction_exec.cpp.

◆ read_time()

void read_time ( bool  is_ISR_call)

Definition at line 127 of file core_instruction_exec.cpp.

◆ set_time_offset()

void set_time_offset ( uint32_t  offset)

Definition at line 110 of file core_instruction_exec.cpp.

Variable Documentation

◆ exec_active

volatile bool exec_active
extern

Definition at line 25 of file core_instruction_exec.cpp.

◆ myTimer

volatile IntervalTimer myTimer
extern

Definition at line 26 of file core_instruction_exec.cpp.