spi_uart_bridge Struct Reference

SPI UART bridge descriptor structure. More...

#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


Detailed Description

SPI UART bridge descriptor structure.


Field Documentation

struct fifo spi_uart_bridge::from_uart_fifo

The uart to spi fifo

int spi_uart_bridge::interrupt_driven

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

int spi_uart_bridge::receive_waiting

flag indicating if there is data for us

int spi_uart_bridge::rx_state

the state of the receive side (uart to spi) of the bridge

int spi_uart_bridge::send_data_flow_request

flag indicating if the remote half wants to be told to turn on/off its data flow

struct fifo spi_uart_bridge::to_uart_fifo

The spi to uart fifo

int spi_uart_bridge::tx_old_state

the state of the transmit side before it was stalled by the remote end

int spi_uart_bridge::tx_state

the state of the transmit side (spi to uart) of the bridge


The documentation for this struct was generated from the following file:
Generated on Sat Aug 12 18:40:55 2006 for Nintendo DS SPI UART Bridge Driver by  doxygen 1.4.7