LibTiePie
0.9.16
Library for interfacing TiePie engineering instruments
|
Modules | |
Bit numbers | |
Masks | |
Macros | |
#define | TKN_COUNT 15 |
Number of trigger kinds. More... | |
#define | TK_UNKNOWN 0 |
Unknown/invalid trigger kind. More... | |
#define | TK_RISINGEDGE ( 1ULL << TKB_RISINGEDGE ) |
Rising edge. More... | |
#define | TK_FALLINGEDGE ( 1ULL << TKB_FALLINGEDGE ) |
Falling edge. More... | |
#define | TK_INWINDOW ( 1ULL << TKB_INWINDOW ) |
Inside window. More... | |
#define | TK_OUTWINDOW ( 1ULL << TKB_OUTWINDOW ) |
Outside window. More... | |
#define | TK_ANYEDGE ( 1ULL << TKB_ANYEDGE ) |
Any edge. More... | |
#define | TK_ENTERWINDOW ( 1ULL << TKB_ENTERWINDOW ) |
Enter window. More... | |
#define | TK_EXITWINDOW ( 1ULL << TKB_EXITWINDOW ) |
Exit window. More... | |
#define | TK_PULSEWIDTHPOSITIVE ( 1ULL << TKB_PULSEWIDTHPOSITIVE ) |
Positive pulse width. More... | |
#define | TK_PULSEWIDTHNEGATIVE ( 1ULL << TKB_PULSEWIDTHNEGATIVE ) |
Negative pulse width. More... | |
#define | TK_PULSEWIDTHEITHER ( 1ULL << TKB_PULSEWIDTHEITHER ) |
Positive or negative pulse width. More... | |
#define | TK_RUNTPULSEPOSITIVE ( 1ULL << TKB_RUNTPULSEPOSITIVE ) |
Positive runt pulse. More... | |
#define | TK_RUNTPULSENEGATIVE ( 1ULL << TKB_RUNTPULSENEGATIVE ) |
Negative runt pulse. More... | |
#define | TK_RUNTPULSEEITHER ( 1ULL << TKB_RUNTPULSEEITHER ) |
Positive or negative runt pulse. More... | |
#define | TK_INTERVALRISING ( 1ULL << TKB_INTERVALRISING ) |
Interval (rising edge) More... | |
#define | TK_INTERVALFALLING ( 1ULL << TKB_INTERVALFALLING ) |
Interval (falling edge) More... | |
#define TKN_COUNT 15 |
Number of trigger kinds.
Definition at line 1207 of file libtiepie.h.
#define TK_UNKNOWN 0 |
Unknown/invalid trigger kind.
Definition at line 1234 of file libtiepie.h.
#define TK_RISINGEDGE ( 1ULL << TKB_RISINGEDGE ) |
Rising edge.
Definition at line 1235 of file libtiepie.h.
#define TK_FALLINGEDGE ( 1ULL << TKB_FALLINGEDGE ) |
Falling edge.
Definition at line 1236 of file libtiepie.h.
#define TK_INWINDOW ( 1ULL << TKB_INWINDOW ) |
Inside window.
Definition at line 1237 of file libtiepie.h.
#define TK_OUTWINDOW ( 1ULL << TKB_OUTWINDOW ) |
Outside window.
Definition at line 1238 of file libtiepie.h.
#define TK_ANYEDGE ( 1ULL << TKB_ANYEDGE ) |
Any edge.
Definition at line 1239 of file libtiepie.h.
#define TK_ENTERWINDOW ( 1ULL << TKB_ENTERWINDOW ) |
Enter window.
Definition at line 1240 of file libtiepie.h.
#define TK_EXITWINDOW ( 1ULL << TKB_EXITWINDOW ) |
Exit window.
Definition at line 1241 of file libtiepie.h.
#define TK_PULSEWIDTHPOSITIVE ( 1ULL << TKB_PULSEWIDTHPOSITIVE ) |
Positive pulse width.
Definition at line 1242 of file libtiepie.h.
#define TK_PULSEWIDTHNEGATIVE ( 1ULL << TKB_PULSEWIDTHNEGATIVE ) |
Negative pulse width.
Definition at line 1243 of file libtiepie.h.
#define TK_PULSEWIDTHEITHER ( 1ULL << TKB_PULSEWIDTHEITHER ) |
Positive or negative pulse width.
Definition at line 1244 of file libtiepie.h.
#define TK_RUNTPULSEPOSITIVE ( 1ULL << TKB_RUNTPULSEPOSITIVE ) |
Positive runt pulse.
Definition at line 1245 of file libtiepie.h.
#define TK_RUNTPULSENEGATIVE ( 1ULL << TKB_RUNTPULSENEGATIVE ) |
Negative runt pulse.
Definition at line 1246 of file libtiepie.h.
#define TK_RUNTPULSEEITHER ( 1ULL << TKB_RUNTPULSEEITHER ) |
Positive or negative runt pulse.
Definition at line 1247 of file libtiepie.h.
#define TK_INTERVALRISING ( 1ULL << TKB_INTERVALRISING ) |
Interval (rising edge)
Definition at line 1248 of file libtiepie.h.
#define TK_INTERVALFALLING ( 1ULL << TKB_INTERVALFALLING ) |
Interval (falling edge)
Definition at line 1249 of file libtiepie.h.