ubloxcfg
u-blox 9 configuration helpers
CFG-INFMSG-UBX_I2C (Information message enable flags for the UBX protocol on the I2C interface)

Macros

#define UBLOXCFG_CFG_INFMSG_UBX_I2C_ID   0x20920001
 ID of CFG-INFMSG-UBX_I2C.
 
#define UBLOXCFG_CFG_INFMSG_UBX_I2C_STR   "CFG-INFMSG-UBX_I2C"
 Name of CFG-INFMSG-UBX_I2C.
 
#define UBLOXCFG_CFG_INFMSG_UBX_I2C_TYPE   X1
 Type of CFG-INFMSG-UBX_I2C.
 
#define UBLOXCFG_CFG_INFMSG_UBX_I2C_ERROR   0x01
 Enable ERROR information messages.
 
#define UBLOXCFG_CFG_INFMSG_UBX_I2C_WARNING   0x02
 Enable WARNING information messages.
 
#define UBLOXCFG_CFG_INFMSG_UBX_I2C_NOTICE   0x04
 Enable NOTICE information messages.
 
#define UBLOXCFG_CFG_INFMSG_UBX_I2C_TEST   0x08
 Enable TEST information messages.
 
#define UBLOXCFG_CFG_INFMSG_UBX_I2C_DEBUG   0x10
 Enable DEBUG information messages.
 

Detailed Description