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] |
| __IO uint8_t UART_RING_BUFFER_T::rx |
UART Rx data ring buffer
| __IO uint32_t UART_RING_BUFFER_T::rx_head |
UART Rx ring buffer head index
| __IO uint32_t UART_RING_BUFFER_T::rx_tail |
UART Rx ring buffer tail index
| __IO uint8_t UART_RING_BUFFER_T::tx |
UART Tx data ring buffer
| __IO uint32_t UART_RING_BUFFER_T::tx_head |
UART Tx ring buffer head index
| __IO uint32_t UART_RING_BUFFER_T::tx_tail |
UART Tx ring buffer tail index
1.5.8