ltecat12 2.1.0.0
ltecat12_cfg_t Struct Reference

LTE Cat.1 2 Click configuration object. More...

#include <ltecat12.h>

Data Fields

pin_name_t rx_pin
 
pin_name_t tx_pin
 
pin_name_t scl
 
pin_name_t sda
 
pin_name_t cts
 
pin_name_t fsd
 
pin_name_t rts
 
uint32_t baud_rate
 
bool uart_blocking
 
uart_data_bits_t data_bit
 
uart_parity_t parity_bit
 
uart_stop_bits_t stop_bit
 
uint32_t i2c_speed
 
uint8_t i2c_address
 

Detailed Description

LTE Cat.1 2 Click configuration object.

Configuration object definition of LTE Cat.1 2 Click driver.

Field Documentation

◆ baud_rate

uint32_t baud_rate

Clock speed.

◆ cts

pin_name_t cts

UART clear to send pin.

◆ data_bit

uart_data_bits_t data_bit

Data bits.

◆ fsd

pin_name_t fsd

Fast shutdown pin.

◆ i2c_address

uint8_t i2c_address

I2C slave address.

◆ i2c_speed

uint32_t i2c_speed

I2C serial speed.

◆ parity_bit

uart_parity_t parity_bit

Parity bit.

◆ rts

pin_name_t rts

UART ready to send pin.

◆ rx_pin

pin_name_t rx_pin

RX pin.

◆ scl

pin_name_t scl

Clock pin descriptor for I2C driver.

◆ sda

pin_name_t sda

Bidirectional data pin descriptor for I2C driver.

◆ stop_bit

uart_stop_bits_t stop_bit

Stop bits.

◆ tx_pin

pin_name_t tx_pin

TX pin.

◆ uart_blocking

bool uart_blocking

Wait for interrupt or not.


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