DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include "regmap/regmap.h"
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 |
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.
#define IRQ_DATA_AVAILABLE 2 |
Definition at line 22 of file FelixDefinitions.hpp.
#define IRQ_FIFO_FULL_FROM_HOST 3 |
Definition at line 23 of file FelixDefinitions.hpp.
#define IRQ_FIFO_FULL_TO_HOST 7 |
Definition at line 25 of file FelixDefinitions.hpp.
#define IRQ_PROG_FULL_TO_HOST 6 |
Definition at line 24 of file FelixDefinitions.hpp.
#define IRQ_WRAP_AROUND_FROM_HOST 0 |
Definition at line 20 of file FelixDefinitions.hpp.
#define IRQ_WRAP_AROUND_TO_HOST 1 |
Definition at line 21 of file FelixDefinitions.hpp.
#define MAX_IRQ 8 |
Definition at line 17 of file FelixDefinitions.hpp.