Z-Wave Protocol Controller Reference
zwave_rx_process.c File Reference
#include "zwave_rx.h"
#include "zwave_rx_process.h"
#include "zwave_rx_internals.h"
#include "zpc_config.h"
#include "zwapi_init.h"
#include "process.h"
Include dependency graph for zwave_rx_process.c:

Functions

void zwave_rx_poll ()
 Polls for incoming messages from the Z-Wave Module. More...
 
 PROCESS (zwave_rx_process, "Z-Wave RX process")
 
 PROCESS_THREAD (zwave_rx_process, ev, data)
 

Function Documentation

◆ PROCESS()

PROCESS ( zwave_rx_process  ,
"Z-Wave RX process"   
)

◆ PROCESS_THREAD()

PROCESS_THREAD ( zwave_rx_process  ,
ev  ,
data   
)
Here is the call graph for this function:

◆ zwave_rx_poll()

void zwave_rx_poll ( )

Polls for incoming messages from the Z-Wave Module.

This function dequeues and acknowledges the next frame received on the serial port by the Z-Wave module.

Here is the call graph for this function:
Here is the caller graph for this function: