Embedded Wireless Framework
|
The Embedded Wireless Framework Microchip SAM UART HOST interface API. More...
#include "ewf_interface_microchip_sam_uart.h"
#include "peripheral/sercom/usart/plib_sercom0_usart.h"
Functions | |
ewf_result | ewf_interface_microchip_sam_uart_hardware_start (ewf_interface *interface_ptr) |
Start the SAM UART hardware interface. | |
ewf_result | ewf_interface_microchip_sam_uart_hardware_stop (ewf_interface *interface_ptr) |
Stop the SAM UART hardware interface. | |
ewf_result | ewf_interface_microchip_sam_uart_hardware_send (ewf_interface *interface_ptr, const uint8_t *buffer_ptr, uint32_t buffer_length) |
ewf_result | ewf_interface_microchip_sam_uart_hardware_receive (ewf_interface *interface_ptr, uint8_t *buffer_ptr, uint32_t *buffer_length_ptr, bool wait) |
The Embedded Wireless Framework Microchip SAM UART HOST interface API.