gps 2.0.0.0
|
This file contains API for GPS 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 | gps_t |
Click ctx object definition. More... | |
struct | gps_cfg_t |
Click configuration structure definition. More... | |
Typedefs | |
typedef uint8_t | gps_error_t |
Error type. | |
Functions | |
void | gps_cfg_setup (gps_cfg_t *cfg) |
Config Object Initialization function. | |
GPS_RETVAL | gps_init (gps_t *ctx, gps_cfg_t *cfg) |
Initialization function. | |
void | gps_module_wakeup (gps_t *ctx) |
Wake-up module. | |
void | gps_set_rst_pin (gps_t *ctx, uint8_t state) |
Set RST ( reset ) pin state. | |
uint8_t | gps_get_tmpls_pin (gps_t *ctx) |
uint8_t gps_get_tmpls_pin ( gps_t *ctx ); | |
void | gps_generic_write (gps_t *ctx, char *data_buf, uint16_t len) |
Generic write function. | |
int32_t | gps_generic_read (gps_t *ctx, char *data_buf, uint16_t max_len) |
Generic read function. | |
gps_error_t | gps_generic_parser (char *rsp, uint8_t command, uint8_t element, char *parser_buf) |
Generic parser function. | |
This file contains API for GPS Click driver.