LibTiePie
0.9.16
Library for interfacing TiePie engineering instruments
|
Modules | |
Bit numbers | |
Masks | |
Macros | |
#define | ARN_COUNT 3 |
Number of auto resolution modes. More... | |
#define | AR_UNKNOWN 0 |
Unknown/invalid mode. More... | |
#define | AR_DISABLED ( 1 << ARB_DISABLED ) |
Resolution does not automatically change. More... | |
#define | AR_NATIVEONLY ( 1 << ARB_NATIVEONLY ) |
Highest possible native resolution for the current sample frequency is used. More... | |
#define | AR_ALL ( 1 << ARB_ALL ) |
Highest possible native or enhanced resolution for the current sample frequency is used. More... | |
#define ARN_COUNT 3 |
Number of auto resolution modes.
Definition at line 663 of file libtiepie.h.
#define AR_UNKNOWN 0 |
Unknown/invalid mode.
Definition at line 678 of file libtiepie.h.
#define AR_DISABLED ( 1 << ARB_DISABLED ) |
Resolution does not automatically change.
Definition at line 680 of file libtiepie.h.
#define AR_NATIVEONLY ( 1 << ARB_NATIVEONLY ) |
Highest possible native resolution for the current sample frequency is used.
Definition at line 681 of file libtiepie.h.
#define AR_ALL ( 1 << ARB_ALL ) |
Highest possible native or enhanced resolution for the current sample frequency is used.
Definition at line 682 of file libtiepie.h.