mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-21 17:18:00 +02:00
gotthard2, change clock, remember in degrees, and max clock divider is 512
This commit is contained in:
@ -14,7 +14,7 @@
|
||||
// c counter (C0-C8 (+1 to base address))
|
||||
#define ALTERA_PLL_C10_C_COUNTER_BASE_REG (0x0C0)
|
||||
|
||||
#define ALTERA_PLL_C10_C_COUNTER_MAX_DIVIDER_VAL (0xFF)
|
||||
#define ALTERA_PLL_C10_C_COUNTER_MAX_DIVIDER_VAL (512)
|
||||
#define ALTERA_PLL_C10_C_COUNTER_LW_CNT_OFST (0)
|
||||
#define ALTERA_PLL_C10_C_COUNTER_LW_CNT_MSK (0x000000FF << ALTERA_PLL_C10_C_COUNTER_LW_CNT_OFST)
|
||||
#define ALTERA_PLL_C10_C_COUNTER_HGH_CNT_OFST (8)
|
||||
|
Reference in New Issue
Block a user