|
gnss21 2.2.1
|
GNSS 21 Click context object. More...
#include <gnss21.h>
Data Fields | |
| digital_out_t | rst |
| digital_in_t | pps |
| uart_t | uart |
| i2c_master_t | i2c |
| uint8_t | uart_rx_buffer [GNSS21_RX_DRV_BUFFER_SIZE] |
| uint8_t | uart_tx_buffer [GNSS21_TX_DRV_BUFFER_SIZE] |
| uint8_t | slave_address |
| gnss21_drv_t | drv_sel |
| gnss21_master_io_t | write_f |
| gnss21_master_io_t | read_f |
GNSS 21 Click context object.
Context object definition of GNSS 21 Click driver.
| gnss21_drv_t drv_sel |
Master driver interface selector.
| i2c_master_t i2c |
I2C driver object.
| digital_in_t pps |
Pulse per second pin.
| gnss21_master_io_t read_f |
Master read function.
| digital_out_t rst |
Reset pin (Active low).
| uint8_t slave_address |
Device slave address (used for I2C driver).
| uart_t uart |
UART driver object.
| uint8_t uart_rx_buffer[GNSS21_RX_DRV_BUFFER_SIZE] |
Buffer size.
| uint8_t uart_tx_buffer[GNSS21_TX_DRV_BUFFER_SIZE] |
Buffer size.
| gnss21_master_io_t write_f |
Master write function.