LibTiePie
0.9.16
Library for interfacing TiePie engineering instruments
|
Macros | |
#define | COB_DISABLED 0 |
No clock output. More... | |
#define | COB_SAMPLE 1 |
Sample clock. More... | |
#define | COB_FIXED 2 |
Fixed clock. More... | |
#define | COM_NONE 0 |
#define | COM_ALL ( ( 1 << CON_COUNT ) - 1 ) |
#define | COM_ENABLED ( COM_ALL & ~CO_DISABLED ) |
#define | COM_FREQUENCY ( CO_FIXED ) |
#define COB_DISABLED 0 |
No clock output.
Definition at line 752 of file libtiepie.h.
#define COB_SAMPLE 1 |
Sample clock.
Definition at line 753 of file libtiepie.h.
#define COB_FIXED 2 |
Fixed clock.
Definition at line 754 of file libtiepie.h.
#define COM_NONE 0 |
Definition at line 769 of file libtiepie.h.
#define COM_ALL ( ( 1 << CON_COUNT ) - 1 ) |
Definition at line 770 of file libtiepie.h.
#define COM_ENABLED ( COM_ALL & ~CO_DISABLED ) |
Definition at line 771 of file libtiepie.h.
#define COM_FREQUENCY ( CO_FIXED ) |
Definition at line 772 of file libtiepie.h.