Embedded Wireless Framework
Functions
Interface URC processing

The host interface URC processing. More...

Functions

ewf_result ewf_interface_urc_processing (ewf_interface *interface_ptr)
 Call periodically to process URCs This is called internally by the URC thread. Call manually if there is not threading. More...
 
ewf_result ewf_interface_urc_process_message (ewf_interface *interface_ptr, uint8_t *buffer_ptr, uint32_t buffer_length)
 Process a URC message. More...
 

Detailed Description

The host interface URC processing.

*** group_interface_hardware

Function Documentation

◆ ewf_interface_urc_process_message()

ewf_result ewf_interface_urc_process_message ( ewf_interface interface_ptr,
uint8_t *  buffer_ptr,
uint32_t  buffer_length 
)

Process a URC message.

Returns
ewf_result status code

◆ ewf_interface_urc_processing()

ewf_result ewf_interface_urc_processing ( ewf_interface interface_ptr)

Call periodically to process URCs This is called internally by the URC thread. Call manually if there is not threading.

Returns
ewf_result status code

URC processing entry point