ubloxcfg
u-blox 9 configuration helpers
CFG-GEOFENCE-PINPOL (PIO pin polarity)

Macros

#define UBLOXCFG_CFG_GEOFENCE_PINPOL_ID   0x20240013
 ID of CFG-GEOFENCE-PINPOL.
 
#define UBLOXCFG_CFG_GEOFENCE_PINPOL_STR   "CFG-GEOFENCE-PINPOL"
 Name of CFG-GEOFENCE-PINPOL.
 
#define UBLOXCFG_CFG_GEOFENCE_PINPOL_TYPE   E1
 

Typedefs

typedef enum UBLOXCFG_CFG_GEOFENCE_PINPOL_e UBLOXCFG_CFG_GEOFENCE_PINPOL_t
 constants for CFG-GEOFENCE-PINPOL
 

Enumerations

enum  UBLOXCFG_CFG_GEOFENCE_PINPOL_e { UBLOXCFG_CFG_GEOFENCE_PINPOL_LOW_IN = 0, UBLOXCFG_CFG_GEOFENCE_PINPOL_LOW_OUT = 1 }
 constants for CFG-GEOFENCE-PINPOL More...
 

Detailed Description

Macro Definition Documentation

◆ UBLOXCFG_CFG_GEOFENCE_PINPOL_TYPE

#define UBLOXCFG_CFG_GEOFENCE_PINPOL_TYPE   E1

Type of CFG-GEOFENCE-PINPOL

Definition at line 101 of file ubloxcfg_gen.h.

Enumeration Type Documentation

◆ UBLOXCFG_CFG_GEOFENCE_PINPOL_e

constants for CFG-GEOFENCE-PINPOL

Enumerator
UBLOXCFG_CFG_GEOFENCE_PINPOL_LOW_IN 

PIO low means inside geofence.

UBLOXCFG_CFG_GEOFENCE_PINPOL_LOW_OUT 

PIO low means outside geofence.

Definition at line 103 of file ubloxcfg_gen.h.