LibTiePie  0.4.1
Library for interfacing TiePie engineering instruments
 All Files Functions Typedefs Groups Pages
Trigger output event masks

Macros

#define TOEM_NONE   0x0000000000000000ULL
 No trigger output events.
 
#define TOEM_GENERATOR   ( TOE_GENERATOR_START | TOE_GENERATOR_STOP | TOE_GENERATOR_NEWPERIOD )
 
#define TOEM_ALL   ( ( 1ULL << TOEN_COUNT ) - 1 )
 All trigger output events.
 

Detailed Description

Macro Definition Documentation

#define TOEM_ALL   ( ( 1ULL << TOEN_COUNT ) - 1 )

All trigger output events.

Definition at line 440 of file libtiepie.h.

#define TOEM_GENERATOR   ( TOE_GENERATOR_START | TOE_GENERATOR_STOP | TOE_GENERATOR_NEWPERIOD )

Definition at line 439 of file libtiepie.h.

#define TOEM_NONE   0x0000000000000000ULL

No trigger output events.

Definition at line 438 of file libtiepie.h.