]> sigrok.org Git - sigrok-firmware-fx2lafw.git/blobdiff - include/command.h
Add CMD_START_FLAGS_CLK_CTL2 command flag
[sigrok-firmware-fx2lafw.git] / include / command.h
index 59a9f902cfc6c2cd6192c6a7f00245ab5c6c4266..c965720e444396cafa8f0af34aef0965c07d13ce 100644 (file)
 #define CMD_START                      0xb1
 #define CMD_GET_REVID_VERSION          0xb2
 
+#define CMD_START_FLAGS_CLK_CTL2_POS   4
 #define CMD_START_FLAGS_WIDE_POS       5
 #define CMD_START_FLAGS_CLK_SRC_POS    6
 
+#define CMD_START_FLAGS_CLK_CTL2       (1 << CMD_START_FLAGS_CLK_CTL2_POS)
 #define CMD_START_FLAGS_SAMPLE_8BIT    (0 << CMD_START_FLAGS_WIDE_POS)
 #define CMD_START_FLAGS_SAMPLE_16BIT   (1 << CMD_START_FLAGS_WIDE_POS)