Loading...
Searching...
No Matches
rx_state_machine.h File Reference

Implementation of RX state machine. More...

Detailed Description

Implementation of RX state machine.

Author
Daniel Krebs githu.nosp@m.b@da.nosp@m.niel-.nosp@m.kreb.nosp@m.s.net
Shuguo Zhuo shugu.nosp@m.o.zh.nosp@m.uo@in.nosp@m.ria..nosp@m.fr

Definition in file rx_state_machine.h.

#include "net/gnrc/pkt.h"
#include "net/gnrc/netif.h"
+ Include dependency graph for rx_state_machine.h:

Go to the source code of this file.

Functions

void gnrc_lwmac_rx_start (gnrc_netif_t *netif)
 Start LWMAC RX procedure to receive packet.
 
void gnrc_lwmac_rx_stop (gnrc_netif_t *netif)
 Stop LWMAC RX procedure.
 
void gnrc_lwmac_rx_update (gnrc_netif_t *netif)
 Update LWMAC RX procedure for packet reception.
 

Function Documentation

◆ gnrc_lwmac_rx_start()

void gnrc_lwmac_rx_start ( gnrc_netif_t netif)

Start LWMAC RX procedure to receive packet.

Parameters
[in,out]netifptr to the network interface

◆ gnrc_lwmac_rx_stop()

void gnrc_lwmac_rx_stop ( gnrc_netif_t netif)

Stop LWMAC RX procedure.

Parameters
[in,out]netifptr to the network interface

◆ gnrc_lwmac_rx_update()

void gnrc_lwmac_rx_update ( gnrc_netif_t netif)

Update LWMAC RX procedure for packet reception.

Parameters
[in,out]netifptr to the network interface