aboutsummaryrefslogtreecommitdiffstats
path: root/firmware/octoclock/include/clkdist.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/octoclock/include/clkdist.h')
-rw-r--r--firmware/octoclock/include/clkdist.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/firmware/octoclock/include/clkdist.h b/firmware/octoclock/include/clkdist.h
index 633df9ddf..357daf37b 100644
--- a/firmware/octoclock/include/clkdist.h
+++ b/firmware/octoclock/include/clkdist.h
@@ -23,7 +23,7 @@
#include <octoclock.h>
typedef enum {
- Reg0, Reg1, Reg2, Reg3, Reg4, Reg5, Reg6, Reg7,
+ Reg0=0, Reg1, Reg2, Reg3, Reg4, Reg5, Reg6, Reg7,
Reg8_Status_Control,
Read_Command=0xE,
RAM_EEPROM_Unlock=0x1F,
@@ -46,6 +46,8 @@ void reset_TI_CDCE18005(void);
uint32_t get_TI_CDCE18005(CDCE18005 which_register);
+void set_TI_CDCE18005(CDCE18005 which_register, uint32_t bits);
+
bool check_TI_CDCE18005(TI_Input_10_MHz which_input, CDCE18005 which_register);
#endif /* _CLKDIST_H_ */