mbgtools-lx
4.2.8
|
Data Structures | |
struct | MULTI_REF_SETTINGS |
A structure used to configure the priority of the supported ref sources. More... | |
struct | MULTI_REF_INFO |
A structure used to query MULTI_REF configuration parameters. More... | |
Macros | |
#define | N_MULTI_REF_PRIO 4 |
Maximum number of input sources. More... | |
Typedefs | |
typedef uint16_t | MULTI_REF_STATUS |
A data type used to query MULTI_REF status information. More... | |
Enumerations | |
enum | MULTI_REF_STATUS_BITS { WRN_MODULE_MODE, WRN_COLD_BOOT, WRN_WARM_BOOT, WRN_ANT_DISCONN, WRN_10MHZ_UNLOCK, WRN_1PPS_UNLOCK, WRN_GPS_UNLOCK, WRN_10MHZ_MISSING, WRN_1PPS_MISSING, N_MULTI_REF_STATUS_BITS } |
Enumeration of multi ref status bits. More... | |
enum | MULTI_REF_STATUS_BIT_MASKS { MSK_WRN_COLD_BOOT = ( 1UL << WRN_COLD_BOOT ), MSK_WRN_WARM_BOOT = ( 1UL << WRN_WARM_BOOT ), MSK_WRN_ANT_DISCONN = ( 1UL << WRN_ANT_DISCONN ), MSK_WRN_10MHZ_UNLOCK = ( 1UL << WRN_10MHZ_UNLOCK ), MSK_WRN_1PPS_UNLOCK = ( 1UL << WRN_1PPS_UNLOCK ), MSK_WRN_GPS_UNLOCK = ( 1UL << WRN_GPS_UNLOCK ), MSK_WRN_10MHZ_MISSING = ( 1UL << WRN_10MHZ_MISSING ), MSK_WRN_1PPS_MISSING = ( 1UL << WRN_1PPS_MISSING ), MSK_WRN_MODULE_MODE = ( 1UL << WRN_MODULE_MODE ) } |
Bit masks associated with MULTI_REF_STATUS_BITS. More... | |
This API has been deprecated by a newer one which should be used preferably.
#define N_MULTI_REF_PRIO 4 |
Maximum number of input sources.
The number of supported input sources and priorities is limited to this value if the old API is used, i.e. if only the GPS_FEAT_MULTI_REF flag is set.
typedef uint16_t MULTI_REF_STATUS |
A data type used to query MULTI_REF status information.
Bit masks associated with MULTI_REF_STATUS_BITS.
Used with MULTI_REF_STATUS.
Enumerator | |
---|---|
MSK_WRN_COLD_BOOT | see WRN_COLD_BOOT |
MSK_WRN_WARM_BOOT | see WRN_WARM_BOOT |
MSK_WRN_ANT_DISCONN | see WRN_ANT_DISCONN |
MSK_WRN_10MHZ_UNLOCK | see WRN_10MHZ_UNLOCK |
MSK_WRN_1PPS_UNLOCK | see WRN_1PPS_UNLOCK |
MSK_WRN_GPS_UNLOCK | see WRN_GPS_UNLOCK |
MSK_WRN_10MHZ_MISSING | |
MSK_WRN_1PPS_MISSING | see WRN_1PPS_MISSING |
MSK_WRN_MODULE_MODE | see WRN_MODULE_MODE |
Enumeration of multi ref status bits.