The HCI UART configuration, including:
Data Fields | |
cyhal_gpio_t | uart_tx_pin |
Uart TXD pin. | |
cyhal_gpio_t | uart_rx_pin |
Uart RXD pin. | |
cyhal_gpio_t | uart_rts_pin |
Uart RTS pin. | |
cyhal_gpio_t | uart_cts_pin |
Uart CTS pin. | |
uint32_t | baud_rate_for_fw_download |
Uart baud rate for firmware downloading. | |
uint32_t | baud_rate_for_feature |
Uart baud rate for feature. | |
uint32_t | data_bits |
the size of data bits | |
uint32_t | stop_bits |
the size of stop bits | |
cyhal_uart_parity_t | parity |
parity check control | |
bool | flow_control |
flow control status | |