KM3NeT CLB
2.0
KM3NeT CLB v2 Embedded Software
|
Structure defines State Machine device. More...
#include <dev_stmach.h>
Data Fields | |
volatile unsigned int | PL_SIZE |
Maximum payload size (0x00) | |
volatile unsigned int | DOM_ID |
DOM identifier (0x04) | |
volatile unsigned int | RUN_NUM |
Run number (0x08) | |
volatile unsigned int | TSLICE_LEN |
Time slice length (0x0C) | |
volatile unsigned int | CSR |
Control Status Register (0x10) | |
volatile unsigned int | MMEM_BASE |
Monitor memory base offset for software monitoring data (0x14) | |
volatile unsigned int | MMEM_WORDS |
Monitor memory length in words. (0x18) | |
volatile unsigned int | TDC_FULL_IRQ |
TDC full IRQ (0x1C) | |
volatile unsigned int | TDC_FULL_MASK |
TDC full MASK (0x20) | |
volatile unsigned int | AES_FULL_IRQ |
AES full IRQ (0x24) | |
volatile unsigned int | AES_FULL_MASK |
AES full MASK (0x28) | |
const volatile unsigned int | ST_COMMIT |
AES and TDC super time fifo commit (0x2C) | |
Structure defines State Machine device.
Definition at line 69 of file dev_stmach.h.