Embedded Wireless Framework
Data Fields
_ewf_interface_lpc_uart Struct Reference

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
 

Detailed Description

The LPC UART host interface implementation data structure type.

*** group_interface_lpc_uart_config

Field Documentation

◆ buffer_size

uint32_t _ewf_interface_lpc_uart::buffer_size

Size of the ring buffer for background reception

◆ ring_buffer

uint8_t _ewf_interface_lpc_uart::ring_buffer[EWF_INTERFACE_LPC_UART_RING_BUFFER_SIZE]

ring buffer for background reception


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