LibTiePie
0.8.0
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 720 of file libtiepie.h.
#define COB_SAMPLE 1 |
Sample clock.
Definition at line 721 of file libtiepie.h.
#define COB_FIXED 2 |
Fixed clock.
Definition at line 722 of file libtiepie.h.
#define COM_NONE 0 |
Definition at line 737 of file libtiepie.h.
#define COM_ALL ( ( 1 << CON_COUNT ) - 1 ) |
Definition at line 738 of file libtiepie.h.
#define COM_ENABLED ( COM_ALL & ~CO_DISABLED ) |
Definition at line 739 of file libtiepie.h.
#define COM_FREQUENCY ( CO_FIXED ) |
Definition at line 740 of file libtiepie.h.