22#ifndef RX_STATE_MACHINE_H
23#define RX_STATE_MACHINE_H
Definition for GNRC's network interfaces.
General definitions for network packets and their helper functions.
void gnrc_lwmac_rx_update(gnrc_netif_t *netif)
Update LWMAC RX procedure for packet reception.
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.
Representation of a network interface.