| 
    libtiepie-hw
    1.1.4
    
   | 
 
Flags to indicate the signal generation status of a generator. More...

Modules | |
| Bit numbers | |
| Bit numbers used to create the signal generation status flags of a generator.  | |
| Masks | |
Macros | |
| #define | TIEPIE_HW_GSN_COUNT 4 | 
| The number of generator status flags.  More... | |
| #define | TIEPIE_HW_GS_STOPPED (1 << TIEPIE_HW_GSB_STOPPED) | 
| The signal generation is stopped.  More... | |
| #define | TIEPIE_HW_GS_RUNNING (1 << TIEPIE_HW_GSB_RUNNING) | 
| The signal generation is running.  More... | |
| #define | TIEPIE_HW_GS_BURSTACTIVE (1 << TIEPIE_HW_GSB_BURSTACTIVE) | 
| The generator is operating in burst mode.  More... | |
| #define | TIEPIE_HW_GS_WAITING (1 << TIEPIE_HW_GSB_WAITING) | 
| The generator is waiting for a burst to be started.  More... | |
Flags to indicate the signal generation status of a generator.
| #define TIEPIE_HW_GSN_COUNT 4 | 
The number of generator status flags.
| #define TIEPIE_HW_GS_STOPPED (1 << TIEPIE_HW_GSB_STOPPED) | 
The signal generation is stopped.
| #define TIEPIE_HW_GS_RUNNING (1 << TIEPIE_HW_GSB_RUNNING) | 
The signal generation is running.
| #define TIEPIE_HW_GS_BURSTACTIVE (1 << TIEPIE_HW_GSB_BURSTACTIVE) | 
The generator is operating in burst mode.
| #define TIEPIE_HW_GS_WAITING (1 << TIEPIE_HW_GSB_WAITING) | 
The generator is waiting for a burst to be started.