gnsszoe
2.0.0.0
|
This file contains API for GNSS ZOE Click driver. More...
#include "drv_digital_out.h"
#include "drv_digital_in.h"
#include "drv_spi_master.h"
Go to the source code of this file.
Data Structures | |
struct | gnsszoe_t |
Click ctx object definition. More... | |
struct | gnsszoe_cfg_t |
Click configuration structure definition. More... | |
Typedefs | |
typedef uint8_t | gnsszoe_error_t |
Error type. More... | |
Functions | |
void | gnsszoe_cfg_setup (gnsszoe_cfg_t *cfg) |
Config Object Initialization function. More... | |
GNSSZOE_RETVAL | gnsszoe_init (gnsszoe_t *ctx, gnsszoe_cfg_t *cfg) |
Initialization function. More... | |
void | gnsszoe_generic_transfer (gnsszoe_t *ctx, uint8_t *wr_buf, uint16_t wr_len, uint8_t *rd_buf, uint16_t rd_len) |
Generic transfer function. More... | |
gnsszoe_error_t | gnsszoe_generic_parser (char *rsp, uint8_t command, uint8_t element, char *parser_buf) |
Generic parser function. More... | |
void | gnsszoe_generic_read (gnsszoe_t *ctx, uint8_t *rd_buf, uint16_t rd_len) |
Generic read function. More... | |
void | gnsszoe_module_reset (gnsszoe_t *ctx) |
Reset module. More... | |
This file contains API for GNSS ZOE Click driver.