Loading...
Searching...
No Matches
rx_state_machine.h
Go to the documentation of this file.
1/*
2 * Copyright (C) 2015 Daniel Krebs
3 * 2016 INRIA
4 *
5 * This file is subject to the terms and conditions of the GNU Lesser
6 * General Public License v2.1. See the file LICENSE in the top level
7 * directory for more details.
8 */
9
10#pragma once
11
23
24#include "net/gnrc/pkt.h"
25#include "net/gnrc/netif.h"
26
27#ifdef __cplusplus
28extern "C" {
29#endif
30
38
46
54
55#ifdef __cplusplus
56}
57#endif
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.
Definition netif.h:135