DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
FelixDefinitions.hpp File Reference
#include "regmap/regmap.h"
Include dependency graph for FelixDefinitions.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  dunedaq
 Including Qt Headers.
 
namespace  dunedaq::flxlibs
 

Macros

#define MAX_IRQ   8
 
#define IRQ_WRAP_AROUND_FROM_HOST   0
 
#define IRQ_WRAP_AROUND_TO_HOST   1
 
#define IRQ_DATA_AVAILABLE   2
 
#define IRQ_FIFO_FULL_FROM_HOST   3
 
#define IRQ_PROG_FULL_TO_HOST   6
 
#define IRQ_FIFO_FULL_TO_HOST   7
 

Detailed Description

FELIX related constants and defines

This is part of the DUNE DAQ , copyright 2020. Licensing/copyright details are in the COPYING file that you should have received with this code.

Definition in file FelixDefinitions.hpp.

Macro Definition Documentation

◆ IRQ_DATA_AVAILABLE

#define IRQ_DATA_AVAILABLE   2

Definition at line 22 of file FelixDefinitions.hpp.

◆ IRQ_FIFO_FULL_FROM_HOST

#define IRQ_FIFO_FULL_FROM_HOST   3

Definition at line 23 of file FelixDefinitions.hpp.

◆ IRQ_FIFO_FULL_TO_HOST

#define IRQ_FIFO_FULL_TO_HOST   7

Definition at line 25 of file FelixDefinitions.hpp.

◆ IRQ_PROG_FULL_TO_HOST

#define IRQ_PROG_FULL_TO_HOST   6

Definition at line 24 of file FelixDefinitions.hpp.

◆ IRQ_WRAP_AROUND_FROM_HOST

#define IRQ_WRAP_AROUND_FROM_HOST   0

Definition at line 20 of file FelixDefinitions.hpp.

◆ IRQ_WRAP_AROUND_TO_HOST

#define IRQ_WRAP_AROUND_TO_HOST   1

Definition at line 21 of file FelixDefinitions.hpp.

◆ MAX_IRQ

#define MAX_IRQ   8

Definition at line 17 of file FelixDefinitions.hpp.