gsm3 2.0.0.0
gsm3_t Struct Reference

GSM 3 Click context object. More...

#include <gsm3.h>

Data Fields

digital_out_t rst
 
digital_out_t pwk
 
digital_out_t rts
 
digital_in_t sta
 
digital_in_t cts
 
uart_t uart
 
uint8_t uart_rx_buffer [GSM3_RX_DRV_BUFFER_SIZE]
 
uint8_t uart_tx_buffer [GSM3_TX_DRV_BUFFER_SIZE]
 

Detailed Description

GSM 3 Click context object.

Context object definition of GSM 3 Click driver.

Field Documentation

◆ cts

digital_in_t cts

UART Clear to Send.

◆ pwk

digital_out_t pwk

PWRKEY pin.

◆ rst

digital_out_t rst

Reset pin (Active high).

◆ rts

digital_out_t rts

UART Request to Send.

◆ sta

digital_in_t sta

Power on status.

◆ uart

uart_t uart

UART driver object.

◆ uart_rx_buffer

uint8_t uart_rx_buffer[GSM3_RX_DRV_BUFFER_SIZE]

Buffer size.

◆ uart_tx_buffer

uint8_t uart_tx_buffer[GSM3_TX_DRV_BUFFER_SIZE]

Buffer size.


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