Revision b4fc0d61 host/include/uhd/types/clock_config.hpp
| b/host/include/uhd/types/clock_config.hpp | ||
|---|---|---|
| 44 | 44 |
REF_AUTO = int('a'), //automatic (device specific)
|
| 45 | 45 |
REF_INT = int('i'), //internal reference
|
| 46 | 46 |
REF_SMA = int('s'), //external sma port
|
| 47 |
REF_MIMO = int('m'), //reference from mimo cable
|
|
| 47 | 48 |
} ref_source; |
| 48 | 49 |
enum pps_source_t {
|
| 49 | 50 |
PPS_INT = int('i'), //there is no internal
|
| 50 | 51 |
PPS_SMA = int('s'), //external sma port
|
| 52 |
PPS_MIMO = int('m'), //time sync from mimo cable
|
|
| 51 | 53 |
} pps_source; |
| 52 | 54 |
enum pps_polarity_t {
|
| 53 | 55 |
PPS_NEG = int('n'), //negative edge
|
Also available in: Unified diff