usbuart5 2.1.0.0
usbuart5_cfg_t Struct Reference

USB UART 5 Click configuration object. More...

#include <usbuart5.h>

Data Fields

pin_name_t rx_pin
 
pin_name_t tx_pin
 
pin_name_t spd
 
pin_name_t rst
 
pin_name_t cts
 
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
 

Detailed Description

USB UART 5 Click configuration object.

Configuration object definition of USB UART 5 Click driver.

Field Documentation

◆ baud_rate

uint32_t baud_rate

Clock speed.

◆ cts

pin_name_t cts

Clear To Send.

◆ data_bit

uart_data_bits_t data_bit

Data bits.

◆ parity_bit

uart_parity_t parity_bit

Parity bit.

◆ rst

pin_name_t rst

Device reset.

◆ rts

pin_name_t rts

Ready To Send.

◆ rx_pin

pin_name_t rx_pin

RX pin.

◆ spd

pin_name_t spd

USB Suspend state.

◆ 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: