gnss2  2.0.0.0
Data Structures | Macros | Typedefs | Functions
gnss2.h File Reference

This file contains API for GNSS2 Click driver. More...

#include "drv_digital_out.h"
#include "drv_digital_in.h"
#include "drv_uart.h"

Go to the source code of this file.

Data Structures

struct  gnss2_t
 Click ctx object definition. More...
 
struct  gnss2_cfg_t
 Click configuration structure definition. More...
 

Macros

#define GNSS2_MAP_MIKROBUS(cfg, mikrobus)
 
#define GNSS2_RETVAL   uint8_t
 
#define GNSS2_OK   0x00
 
#define GNSS2_INIT_ERROR   0xFF
 
#define GNSS2_NEMA_GPGGA   1
 
#define GNSS2_NEMA_GPGLL   3
 
#define GNSS2_NEMA_GPGGA_NUM_ELEMENT   15
 
#define GNSS2_NEMA_GPGLL_NUM_ELEMENT   5
 
#define GNSS2_GPGGA_TIME   1
 
#define GNSS2_GPGGA_LATITUDE   2
 
#define GNSS2_GPGGA_LATITUDE_SIDE   3
 
#define GNSS2_GPGGA_LONGITUDE   4
 
#define GNSS2_GPGGA_LONGITUDE_SIDE   5
 
#define GNSS2_GPGGA_QUALITY_INDICATOR   6
 
#define GNSS2_GPGGA_NUMBER_OF_SATELLITES   7
 
#define GNSS2_GPGGA_H_DILUTION_OF_POS   8
 
#define GNSS2_GPGGA_ALTITUDE   9
 
#define GNSS2_GPGGA_ALTITUDE_UNIT   10
 
#define GNSS2_GPGGA_GEOIDAL_SEPARATION   11
 
#define GNSS2_GPGGA_GEOIDAL_SEPARATION_UNIT   12
 
#define GNSS2_GPGGA_TIME_SINCE_LAST_DGPS   13
 
#define GNSS2_GPGGA_DGPS_REFERENCE_STATION_ID   14
 
#define GNSS2_GPGLL_LATITUDE   1
 
#define GNSS2_GPGLL_LATITUDE_SIDE   2
 
#define GNSS2_GPGLL_LONGITUDE   3
 
#define GNSS2_GPGLL_LONGITUDE_SIDE   4
 
#define GNSS2_ERROR_COMMAND_OR_ELEMENT   0xFF
 
#define GNSS2_ERROR_START_OR_END_COMMAND   0x8F
 
#define GNSS2_ERROR_NEXT_ELEMENT   0x4F
 
#define GNSS2_ERROR_CURRENT_ELEMENT   0x2F
 
#define GNSS2_NO_ERROR   0x00
 
#define DRV_RX_BUFFER_SIZE   500
 

Typedefs

typedef uint8_t gnss2_error_t
 Error type. More...
 

Functions

void gnss2_cfg_setup (gnss2_cfg_t *cfg)
 Config Object Initialization function. More...
 
GNSS2_RETVAL gnss2_init (gnss2_t *ctx, gnss2_cfg_t *cfg)
 Initialization function. More...
 
void gnss2_module_wakeup (gnss2_t *ctx)
 Wake-up module. More...
 
uint8_t gnss2_set_stb_pin (gnss2_t *ctx)
 Get STB pin state. More...
 
void gnss2_set_rst_pin (gnss2_t *ctx, uint8_t state)
 Set RST ( reset ) pin state. More...
 
uint8_t gnss2_get_fon_pin (gnss2_t *ctx)
 Get FON pin state. More...
 
void gnss2_generic_write (gnss2_t *ctx, char *data_buf, uint16_t len)
 Generic write function. More...
 
int32_t gnss2_generic_read (gnss2_t *ctx, char *data_buf, uint16_t max_len)
 Generic read function. More...
 
gnss2_error_t gnss2_generic_parser (char *rsp, uint8_t command, uint8_t element, char *parser_buf)
 Generic parser function. More...
 

Detailed Description

This file contains API for GNSS2 Click driver.