Embedded Wireless Framework
|
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... | |
The host interface URC processing.
*** group_interface_hardware
ewf_result ewf_interface_urc_process_message | ( | ewf_interface * | interface_ptr, |
uint8_t * | buffer_ptr, | ||
uint32_t | buffer_length | ||
) |
Process a URC message.
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.
URC processing entry point