aboutsummaryrefslogtreecommitdiffstats
path: root/creole.h
diff options
context:
space:
mode:
authorGravatar Peter McGoron 2023-04-02 21:37:28 +0000
committerGravatar Peter McGoron 2023-04-02 21:37:28 +0000
commit13c67aba9a3ed72326cfa308b7c3e77e3e9934ed (patch)
tree05644e83ee05ce9128995e429ad5a32a37381b40 /creole.h
parentadd waveform disarm (diff)
add more commands
Diffstat (limited to 'creole.h')
-rw-r--r--creole.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/creole.h b/creole.h
index 7e234d1..1e1e381 100644
--- a/creole.h
+++ b/creole.h
@@ -57,6 +57,14 @@ enum creole_opcode {
CREOLE_SENDVAL = 20,
CREOLE_SENDDAT = 21,
CREOLE_WF_DISARM = 22,
+ CREOLE_TAKE_ADC = 23,
+ CREOLE_RELEASE_ADC = 24,
+ CREOLE_TAKE_DAC = 25,
+ CREOLE_RELEASE_DAC = 26,
+ CREOLE_TAKE_WF = 27,
+ CREOLE_RELEASE_WF = 28,
+ CREOLE_TAKE_CLOOP = 29,
+ CREOLE_RELEASE_CLOOP = 30,
CREOLE_OPCODE_LEN
};