Embedded Wireless Framework
|
The Embedded Wireless Framework RX UART HOST interface API. More...
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. | |
The Embedded Wireless Framework RX UART HOST interface API.
#define UART_ERROR_EVENTS |