|
Embedded Wireless Framework
|
The LPC UART host interface implementation data structure type. More...
#include <ewf_interface_lpc_uart.h>
Data Fields | |
| uint32_t | baud_rate |
| usart_config_t | config |
| uint8_t | ring_buffer [EWF_INTERFACE_LPC_UART_RING_BUFFER_SIZE] |
| uint32_t | buffer_size |
| ewf_platform_mutex * | rx_mutex_ptr |
| usart_transfer_t | xfer |
The LPC UART host interface implementation data structure type.
*** group_interface_lpc_uart_config
| uint32_t _ewf_interface_lpc_uart::buffer_size |
Size of the ring buffer for background reception
| uint8_t _ewf_interface_lpc_uart::ring_buffer[EWF_INTERFACE_LPC_UART_RING_BUFFER_SIZE] |
ring buffer for background reception