bt 2.0.0.0
bt_t Struct Reference

BT Click context object. More...

#include <bt.h>

Data Fields

digital_out_t an
 
digital_out_t rst
 
digital_out_t cts
 
digital_out_t bt0
 
digital_in_t rts
 
uart_t uart
 
char uart_rx_buffer [DRV_BUFFER_SIZE]
 
char uart_tx_buffer [DRV_BUFFER_SIZE]
 

Detailed Description

BT Click context object.

Context object definition of BT Click driver.

Field Documentation

◆ an

digital_out_t an

GPIO.

◆ bt0

digital_out_t bt0

Boot mode.

◆ cts

digital_out_t cts

Clear to send.

◆ rst

digital_out_t rst

Reset.

◆ rts

digital_in_t rts

Request to send.

◆ uart

uart_t uart

UART driver object.

◆ uart_rx_buffer

char uart_rx_buffer[DRV_BUFFER_SIZE]

Buffer size.

◆ uart_tx_buffer

char uart_tx_buffer[DRV_BUFFER_SIZE]

Buffer size.


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