mosaic  2.1.0.0
Data Fields
mosaic_t Struct Reference

Mosaic Click context object. More...

#include <mosaic.h>

Data Fields

digital_out_t rst
 
digital_out_t cts
 
digital_in_t rdy
 
digital_in_t rts
 
uart_t uart
 
uint8_t uart_rx_buffer [MOSAIC_RX_DRV_BUFFER_SIZE]
 
uint8_t uart_tx_buffer [MOSAIC_TX_DRV_BUFFER_SIZE]
 

Detailed Description

Mosaic Click context object.

Context object definition of Mosaic Click driver.

Field Documentation

◆ cts

digital_out_t cts

Clear to receive data signal pin (Active low).

◆ rdy

digital_in_t rdy

Module ready pin (Active high).

◆ rst

digital_out_t rst

Reset pin (Active low).

◆ rts

digital_in_t rts

Ready to receive data signal pin (Active low).

◆ uart

uart_t uart

UART driver object.

◆ uart_rx_buffer

uint8_t uart_rx_buffer[MOSAIC_RX_DRV_BUFFER_SIZE]

RX buffer size.

◆ uart_tx_buffer

uint8_t uart_tx_buffer[MOSAIC_TX_DRV_BUFFER_SIZE]

TX buffer size.


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