gps4 2.0.0.0
|
Functions | |
void | gps4_cfg_setup (gps4_cfg_t *cfg) |
Config Object Initialization function. | |
GPS4_RETVAL | gps4_init (gps4_t *ctx, gps4_cfg_t *cfg) |
Initialization function. | |
void | gps4_module_wakeup (gps4_t *ctx) |
Wake-up module. | |
void | gps4_module_reset (gps4_t *ctx) |
Reset module. | |
void | gps4_set_wkp_pin (gps4_t *ctx, uint8_t state) |
Set WKP ( wake-up ) pin state. | |
void | gps4_set_rst_pin (gps4_t *ctx, uint8_t state) |
Set RST ( reset ) pin state. | |
uint8_t | gps4_get_pps_pin (gps4_t *ctx) |
Get PPS pin state. | |
void | gps4_generic_write (gps4_t *ctx, char *data_buf, uint16_t len) |
Generic write function. | |
int32_t | gps4_generic_read (gps4_t *ctx, char *data_buf, uint16_t max_len) |
Generic read function. | |
gps4_error_t | gps4_generic_parser (char *rsp, uint8_t command, uint8_t element, char *parser_buf) |
Generic parser function. | |
void gps4_cfg_setup | ( | gps4_cfg_t * | cfg | ) |
Config Object Initialization function.
cfg | Click configuration structure. |
@description This function initializes click configuration structure to init state.
gps4_error_t gps4_generic_parser | ( | char * | rsp, |
uint8_t | command, | ||
uint8_t | element, | ||
char * | parser_buf ) |
Generic parser function.
gps4 | Click object. |
command | NEMA ( GPS/GNSS ) command. |
element | Element position in command. |
parser_buf | Parser buffer for data storage. |
int32_t gps4_generic_read | ( | gps4_t * | ctx, |
char * | data_buf, | ||
uint16_t | max_len ) |
Generic read function.
gps4 | Click object. |
data_buf | Data buffer for read data. |
max_len | The maximum length of data that can be read. |
void gps4_generic_write | ( | gps4_t * | ctx, |
char * | data_buf, | ||
uint16_t | len ) |
Generic write function.
gps4 | Click object. |
data_buf | Data buffer for sends. |
len | Number of bytes for sends. |
uint8_t gps4_get_pps_pin | ( | gps4_t * | ctx | ) |
Get PPS pin state.
gps4 | Click object. |
GPS4_RETVAL gps4_init | ( | gps4_t * | ctx, |
gps4_cfg_t * | cfg ) |
Initialization function.
gps4 | Click object. |
cfg | Click configuration structure. |
@description This function initializes all necessary pins and peripherals used for this click.
void gps4_module_reset | ( | gps4_t * | ctx | ) |
Reset module.
gps4 | Click object. |
void gps4_module_wakeup | ( | gps4_t * | ctx | ) |
Wake-up module.
gps4 | Click object. |
void gps4_set_rst_pin | ( | gps4_t * | ctx, |
uint8_t | state ) |
Set RST ( reset ) pin state.
gps4 | Click object. |
state | Pin state ( 1 or 0 ). |
void gps4_set_wkp_pin | ( | gps4_t * | ctx, |
uint8_t | state ) |
Set WKP ( wake-up ) pin state.
gps4 | Click object. |
state | Pin state ( 1 or 0 ). |