Implementation of RX state machine. More...
Implementation of RX state machine.
Definition in file rx_state_machine.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. More... | |
| void | gnrc_lwmac_rx_stop (gnrc_netif_t *netif) |
| Stop LWMAC RX procedure. More... | |
| void | gnrc_lwmac_rx_update (gnrc_netif_t *netif) |
| Update LWMAC RX procedure for packet reception. More... | |
| void gnrc_lwmac_rx_start | ( | gnrc_netif_t * | netif | ) |
Start LWMAC RX procedure to receive packet.
| [in,out] | netif | ptr to the network interface |
| void gnrc_lwmac_rx_stop | ( | gnrc_netif_t * | netif | ) |
Stop LWMAC RX procedure.
| [in,out] | netif | ptr to the network interface |
| void gnrc_lwmac_rx_update | ( | gnrc_netif_t * | netif | ) |
Update LWMAC RX procedure for packet reception.
| [in,out] | netif | ptr to the network interface |