Embedded Wireless Framework
Macros | Functions
ewf_interface_rx_uart.c File Reference

The Embedded Wireless Framework RX UART HOST interface API. More...

#include "ewf_interface_rx_uart.h"
#include "ewf_lib.h"

Macros

#define UART_ERROR_EVENTS
 

Functions

void ewf_rx_uart_callback (void *pArgs)
 
ewf_result ewf_interface_rx_uart_hardware_start (ewf_interface *interface_ptr)
 Start the RX UART hardware interface.
 
ewf_result ewf_interface_rx_uart_hardware_stop (ewf_interface *interface_ptr)
 Stop the RX UART hardware interface.
 
ewf_result ewf_interface_rx_uart_hardware_send (ewf_interface *interface_ptr, const uint8_t *const buffer, uint32_t length)
 Send a buffer using the RX UART hardware interface.
 
ewf_result ewf_interface_rx_uart_hardware_receive (ewf_interface *interface_ptr, uint8_t *buffer_ptr, uint32_t *buffer_length_ptr, bool wait)
 Receive a buffer using the RX UART hardware interface.
 

Detailed Description

The Embedded Wireless Framework RX UART HOST interface API.

Version
Preview

Macro Definition Documentation

◆ UART_ERROR_EVENTS

#define UART_ERROR_EVENTS
Value:
(SCI_EVT_FRAMING_ERR | \
SCI_EVT_RXBUF_OVFL | SCI_EVT_OVFL_ERR) /* UART Error event bits mapped in registers */