|
LibTiePie
0.5
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_ALL ( ( 1 << CON_COUNT ) - 1 ) |
| #define | COM_ENABLED ( COM_ALL & ~CO_DISABLED ) |
| #define COB_DISABLED 0 |
No clock output.
Definition at line 168 of file libtiepie.h.
| #define COB_SAMPLE 1 |
Sample clock.
Definition at line 169 of file libtiepie.h.
| #define COB_FIXED 2 |
Fixed clock.
Definition at line 170 of file libtiepie.h.
| #define COM_ALL ( ( 1 << CON_COUNT ) - 1 ) |
Definition at line 185 of file libtiepie.h.
| #define COM_ENABLED ( COM_ALL & ~CO_DISABLED ) |
Definition at line 186 of file libtiepie.h.