LibTiePie
0.9.16
Library for interfacing TiePie engineering instruments
|
Modules | |
Bit numbers | |
Macros | |
#define | CON_COUNT 3 |
Number of clock output types. More... | |
#define | CO_DISABLED ( 1 << COB_DISABLED ) |
No clock output. More... | |
#define | CO_SAMPLE ( 1 << COB_SAMPLE ) |
Sample clock. More... | |
#define | CO_FIXED ( 1 << COB_FIXED ) |
Fixed clock. More... | |
#define CON_COUNT 3 |
Number of clock output types.
Definition at line 745 of file libtiepie.h.
#define CO_DISABLED ( 1 << COB_DISABLED ) |
No clock output.
Definition at line 760 of file libtiepie.h.
#define CO_SAMPLE ( 1 << COB_SAMPLE ) |
Sample clock.
Definition at line 761 of file libtiepie.h.
#define CO_FIXED ( 1 << COB_FIXED ) |
Fixed clock.
Definition at line 762 of file libtiepie.h.