|
Embedded Wireless Framework
|
The Embedded Wireless Framework RA UART Host Interface API. More...
Macros | |
| #define | UART_ERROR_EVENTS |
Functions | |
| void | user_uart_callback (uart_callback_args_t *p_args) |
| UART user callback. More... | |
| ewf_result | ewf_interface_ra_uart_hardware_start (ewf_interface *interface_ptr) |
| Start the RA UART hardware interface. | |
| ewf_result | ewf_interface_ra_uart_hardware_stop (ewf_interface *interface_ptr) |
| Stop the RA UART hardware interface. | |
| ewf_result | ewf_interface_ra_uart_hardware_send (ewf_interface *interface_ptr, const uint8_t *const buffer, uint32_t length) |
| Send a buffer using the RA UART hardware interface. | |
| ewf_result | ewf_interface_ra_uart_hardware_receive (ewf_interface *interface_ptr, uint8_t *buffer_ptr, uint32_t *buffer_length_ptr, bool wait) |
| Receive a buffer using the RA UART hardware interface. | |
The Embedded Wireless Framework RA UART Host Interface API.
| #define UART_ERROR_EVENTS |
| void user_uart_callback | ( | uart_callback_args_t * | p_args | ) |
UART user callback.
| [in] | p_args | The UART callback arguments |