calypso  2.1.0.0
Data Fields
calypso_t Struct Reference

Calypso Click context object. More...

#include <calypso.h>

Data Fields

digital_out_t rst
 
digital_out_t cts
 
digital_out_t wup
 
digital_in_t rm0
 
digital_in_t rts
 
uart_t uart
 
i2c_master_t i2c
 
uint8_t uart_rx_buffer [CALYPSO_RX_DRV_BUFFER_SIZE]
 
uint8_t uart_tx_buffer [CALYPSO_TX_DRV_BUFFER_SIZE]
 
uint8_t slave_address
 

Detailed Description

Calypso Click context object.

Context object definition of Calypso Click driver.

Field Documentation

◆ cts

digital_out_t cts

Clear to send.

◆ i2c

i2c_master_t i2c

I2C driver object.

◆ rm0

digital_in_t rm0

Remote GPIO pin.

◆ rst

digital_out_t rst

Reset pin.

◆ rts

digital_in_t rts

Ready 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

uint8_t uart_rx_buffer[CALYPSO_RX_DRV_BUFFER_SIZE]

Buffer size.

◆ uart_tx_buffer

uint8_t uart_tx_buffer[CALYPSO_TX_DRV_BUFFER_SIZE]

Buffer size.

◆ wup

digital_out_t wup

Wake-up pin.


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