rstransceiver 2.1.0.0
rstransceiver_t Struct Reference

RS Transceiver Click context object. More...

#include <rstransceiver.h>

Data Fields

digital_out_t cs
 
digital_out_t rst
 
digital_out_t slw
 
digital_in_t cst
 
i2c_master_t i2c
 
uart_t uart
 
uint8_t slave_address
 
char uart_rx_buffer [RSTRANSCEIVER_RX_DRV_BUFFER_SIZE]
 
char uart_tx_buffer [RSTRANSCEIVER_TX_DRV_BUFFER_SIZE]
 

Detailed Description

RS Transceiver Click context object.

Context object definition of RS Transceiver Click driver.

Field Documentation

◆ cs

digital_out_t cs

Request to send pin.

◆ cst

digital_in_t cst

Clear to send pin.

◆ i2c

i2c_master_t i2c

I2C driver object.

◆ rst

digital_out_t rst

Reset pin.

◆ slave_address

uint8_t slave_address

Device slave address (used for I2C driver).

◆ slw

digital_out_t slw

Slew limiting pin.

◆ uart

uart_t uart

UART driver object.

◆ uart_rx_buffer

char uart_rx_buffer[RSTRANSCEIVER_RX_DRV_BUFFER_SIZE]

Buffer size.

◆ uart_tx_buffer

char uart_tx_buffer[RSTRANSCEIVER_TX_DRV_BUFFER_SIZE]

Buffer size.


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