gnss7
2.0.0.0
|
This file contains API for GNSS7 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 | gnss7_t |
Click ctx object definition. More... | |
struct | gnss7_cfg_t |
Click configuration structure definition. More... | |
Typedefs | |
typedef uint8_t | gnss7_error_t |
Error type. More... | |
Functions | |
void | gnss7_cfg_setup (gnss7_cfg_t *cfg) |
Config Object Initialization function. More... | |
GNSS7_RETVAL | gnss7_init (gnss7_t *ctx, gnss7_cfg_t *cfg) |
Initialization function. More... | |
void | gnss7_module_wakeup (gnss7_t *ctx) |
Wake-up module. More... | |
uint8_t | gnss7_get_exi_pin (gnss7_t *ctx) |
Get EXI ( external interrupt ) pin state. More... | |
void | gnss7_set_rst_pin (gnss7_t *ctx, uint8_t state) |
Set RST ( reset ) pin state. More... | |
void | gnss7_set_sel_pin (gnss7_t *ctx, uint8_t state) |
Set SEL ( mode select ) pin state. More... | |
uint8_t | gnss7_get_pls_pin (gnss7_t *ctx) |
Get PLS pin state. More... | |
void | gnss7_generic_write (gnss7_t *ctx, char *data_buf, uint16_t len) |
Generic write function. More... | |
int32_t | gnss7_generic_read (gnss7_t *ctx, char *data_buf, uint16_t max_len) |
Generic read function. More... | |
gnss7_error_t | gnss7_generic_parser (char *rsp, uint8_t command, uint8_t element, char *parser_buf) |
Generic parser function. More... | |
This file contains API for GNSS7 Click driver.