gps3
2.0.0.0
|
This file contains API for GPS3 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 | gps3_t |
Click ctx object definition. More... | |
struct | gps3_cfg_t |
Click configuration structure definition. More... | |
Typedefs | |
typedef uint8_t | gps3_error_t |
Error type. More... | |
Functions | |
void | gps3_cfg_setup (gps3_cfg_t *cfg) |
Config Object Initialization function. More... | |
GPS3_RETVAL | gps3_init (gps3_t *ctx, gps3_cfg_t *cfg) |
Initialization function. More... | |
void | gps3_module_wakeup (gps3_t *ctx) |
Wake-up module. More... | |
void | gps3_set_rst_pin (gps3_t *ctx, uint8_t state) |
Set RST ( reset ) pin state. More... | |
void | gps3_generic_write (gps3_t *ctx, char *data_buf, uint16_t len) |
Generic write function. More... | |
int16_t | gps3_generic_read (gps3_t *ctx, char *data_buf, uint16_t max_len) |
Generic read function. More... | |
gps3_error_t | gps3_generic_parser (char *rsp, uint8_t command, uint8_t element, char *parser_buf) |
Generic parser function. More... | |
This file contains API for GPS3 Click driver.