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

Macros

#define UBLOXCFG_CFG_INFMSG_UBX_SPI_ID   0x20920005
 ID of CFG-INFMSG-UBX_SPI.
 
#define UBLOXCFG_CFG_INFMSG_UBX_SPI_STR   "CFG-INFMSG-UBX_SPI"
 Name of CFG-INFMSG-UBX_SPI.
 
#define UBLOXCFG_CFG_INFMSG_UBX_SPI_TYPE   X1
 Type of CFG-INFMSG-UBX_SPI.
 
#define UBLOXCFG_CFG_INFMSG_UBX_SPI_ERROR   0x01
 Enable ERROR information messages.
 
#define UBLOXCFG_CFG_INFMSG_UBX_SPI_WARNING   0x02
 Enable WARNING information messages.
 
#define UBLOXCFG_CFG_INFMSG_UBX_SPI_NOTICE   0x04
 Enable NOTICE information messages.
 
#define UBLOXCFG_CFG_INFMSG_UBX_SPI_TEST   0x08
 Enable TEST information messages.
 
#define UBLOXCFG_CFG_INFMSG_UBX_SPI_DEBUG   0x10
 Enable DEBUG information messages.
 

Detailed Description