gnss15 2.1.0.0
gnss15_s Struct Reference

GNSS 15 Click context object. More...

#include <gnss15.h>

Data Fields

digital_out_t rst
 
digital_out_t wup
 
digital_in_t irq
 
i2c_master_t i2c
 
uart_t uart
 
uint8_t uart_rx_buffer [GNSS15_RX_DRV_BUFFER_SIZE]
 
uint8_t uart_tx_buffer [GNSS15_TX_DRV_BUFFER_SIZE]
 
uint8_t slave_address
 
gnss15_drv_t drv_sel
 
gnss15_master_io_t write_f
 
gnss15_master_io_t read_f
 

Detailed Description

GNSS 15 Click context object.

Context object definition of GNSS 15 Click driver.

Field Documentation

◆ drv_sel

gnss15_drv_t drv_sel

Master driver interface selector.

◆ i2c

i2c_master_t i2c

I2C driver object.

◆ irq

digital_in_t irq

Interrupt pin.

◆ read_f

Master read function.

◆ rst

digital_out_t rst

Reset pin.

◆ slave_address

uint8_t slave_address

Device slave address (used for I2C driver).

◆ uart

uart_t uart

UART driver object.

◆ uart_rx_buffer

uint8_t uart_rx_buffer[GNSS15_RX_DRV_BUFFER_SIZE]

Buffer size.

◆ uart_tx_buffer

uint8_t uart_tx_buffer[GNSS15_TX_DRV_BUFFER_SIZE]

Buffer size.

◆ write_f

Master write function.

◆ wup

digital_out_t wup

Wake-up pin.


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