updated jungfrau timing info decoder mask (#991)

This commit is contained in:
maliakal_d 2024-10-01 11:29:48 +02:00 committed by GitHub
parent f43bb8eea4
commit f2f3817a7f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 2 additions and 2 deletions

View File

@ -214,7 +214,7 @@
#define EXT_SYNC_OFST (4)
#define EXT_SYNC_MSK (0x00000001 << EXT_SYNC_OFST)
#define EXT_TIMING_INFO_DECODER_OFST (12)
#define EXT_TIMING_INFO_DECODER_MSK (0x00000001 << EXT_TIMING_INFO_DECODER_OFST)
#define EXT_TIMING_INFO_DECODER_MSK (0x0000000F << EXT_TIMING_INFO_DECODER_OFST)
/* Control Register */

View File

@ -10,5 +10,5 @@
#define APIMOENCH "developer 0x240918"
#define APIXILINXCTB "developer 0x240918"
#define APIEIGER "developer 0x240918"
#define APIJUNGFRAU "developer 0x241001"
#define APIMYTHEN3 "developer 0x241001"
#define APIJUNGFRAU "developer 0x241001"