Embedded Wireless Framework
Functions
ewf_interface_stm32_uart.c File Reference

The Embedded Wireless Framework STM32 UART Host Interface API. More...

#include "ewf_interface_stm32_uart.h"

Functions

ewf_result ewf_interface_stm32_uart_hardware_start (ewf_interface *interface_ptr)
 Start the STM32 UART hardware interface.
 
ewf_result ewf_interface_stm32_uart_hardware_stop (ewf_interface *interface_ptr)
 Stop the STM32 UART hardware interface.
 
ewf_result ewf_interface_stm32_uart_hardware_send (ewf_interface *interface_ptr, const uint8_t *buffer_ptr, uint32_t buffer_length)
 Send a buffer using the STM32 UART hardware interface.
 
ewf_result ewf_interface_stm32_uart_hardware_receive (ewf_interface *interface_ptr, uint8_t *buffer_ptr, uint32_t *buffer_length_ptr, bool wait)
 Receive a buffer using the STM32 UART hardware interface.
 

Detailed Description

The Embedded Wireless Framework STM32 UART Host Interface API.

Version
Preview