ubloxcfg
u-blox 9 configuration helpers
CFG-INFMSG-NMEA_SPI (Information message enable flags for the NMEA protocol on the SPI interface)

Macros

#define UBLOXCFG_CFG_INFMSG_NMEA_SPI_ID   0x2092000a
 ID of CFG-INFMSG-NMEA_SPI.
 
#define UBLOXCFG_CFG_INFMSG_NMEA_SPI_STR   "CFG-INFMSG-NMEA_SPI"
 Name of CFG-INFMSG-NMEA_SPI.
 
#define UBLOXCFG_CFG_INFMSG_NMEA_SPI_TYPE   X1
 Type of CFG-INFMSG-NMEA_SPI.
 
#define UBLOXCFG_CFG_INFMSG_NMEA_SPI_ERROR   0x01
 Enable ERROR information messages.
 
#define UBLOXCFG_CFG_INFMSG_NMEA_SPI_WARNING   0x02
 Enable WARNING information messages.
 
#define UBLOXCFG_CFG_INFMSG_NMEA_SPI_NOTICE   0x04
 Enable NOTICE information messages.
 
#define UBLOXCFG_CFG_INFMSG_NMEA_SPI_TEST   0x08
 Enable TEST information messages.
 
#define UBLOXCFG_CFG_INFMSG_NMEA_SPI_DEBUG   0x10
 Enable DEBUG information messages.
 

Detailed Description