#include <spi_uart_bridge_internals.h>
Data Fields | |
| fifo | to_uart_fifo |
| fifo | from_uart_fifo |
| int | interrupt_driven |
| int | receive_waiting |
| int | tx_state |
| int | tx_old_state |
| int | rx_state |
| int | send_data_flow_request |
| uint8_t | inverted_data |
The uart to spi fifo
flag indicating if the bridge is polled or interrupt driven
| uint8_t spi_uart_bridge::inverted_data |
the inverted data byte for the transmit side
flag indicating if there is data for us
the state of the receive side (uart to spi) of the bridge
flag indicating if the remote half wants to be told to turn on/off its data flow
The spi to uart fifo
the state of the transmit side before it was stalled by the remote end
the state of the transmit side (spi to uart) of the bridge
1.4.7