nanogps3 2.1.0.0
nanogps3_s Struct Reference

Nano GPS 3 Click context object. More...

#include <nanogps3.h>

Data Fields

digital_out_t rts
 
digital_out_t rst
 
digital_out_t fon
 
digital_in_t wup
 
digital_in_t cts
 
i2c_master_t i2c
 
uart_t uart
 
uint8_t slave_address
 
char uart_rx_buffer [NANOGPS3_RX_DRV_BUFFER_SIZE]
 
char uart_tx_buffer [NANOGPS3_TX_DRV_BUFFER_SIZE]
 
nanogps3_drv_t drv_sel
 
nanogps3_master_io_t write_f
 
nanogps3_master_io_t read_f
 

Detailed Description

Nano GPS 3 Click context object.

Context object definition of Nano GPS 3 Click driver.

Field Documentation

◆ cts

digital_in_t cts

Clear to send pin.

◆ drv_sel

nanogps3_drv_t drv_sel

Master driver interface selector.

◆ fon

digital_out_t fon

Power state pin.

◆ i2c

i2c_master_t i2c

I2C driver object.

◆ read_f

Master read function.

◆ rst

digital_out_t rst

Reset pin.

◆ rts

digital_out_t rts

Request to send pin.

◆ slave_address

uint8_t slave_address

Device slave address (used for I2C driver).

◆ uart

uart_t uart

UART driver object.

◆ uart_rx_buffer

char uart_rx_buffer[NANOGPS3_RX_DRV_BUFFER_SIZE]

Buffer size.

◆ uart_tx_buffer

char uart_tx_buffer[NANOGPS3_TX_DRV_BUFFER_SIZE]

Buffer size.

◆ write_f

Master write function.

◆ wup

digital_in_t wup

Wakeup pin.


The documentation for this struct was generated from the following file: