UART_RING_BUFFER_T Struct Reference

UART Ring buffer structure. More...

List of all members.

Public Attributes

__IO uint32_t tx_head
__IO uint32_t tx_tail
__IO uint32_t rx_head
__IO uint32_t rx_tail
__IO uint8_t tx [UART_RING_BUFSIZE]
__IO uint8_t rx [UART_RING_BUFSIZE]


Detailed Description

UART Ring buffer structure.

Member Data Documentation

__IO uint8_t UART_RING_BUFFER_T::rx

UART Rx data ring buffer

UART Rx ring buffer head index

UART Rx ring buffer tail index

__IO uint8_t UART_RING_BUFFER_T::tx

UART Tx data ring buffer

UART Tx ring buffer head index

UART Tx ring buffer tail index


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

Generated on Thu Apr 22 11:13:09 2010 for CMSISExampleCode by  doxygen 1.5.8