NRF24L01+ (NG) adaptation for Network interface API. More...
NRF24L01+ (NG) adaptation for Network interface API.
Definition in file gnrc_netif_nrf24l01p_ng.h.
#include "net/gnrc/netif.h"
 Include dependency graph for gnrc_netif_nrf24l01p_ng.h:Go to the source code of this file.
| #define | NRF24L01P_NG_UPPER_LAYER_PROTOCOL (GNRC_NETTYPE_UNDEF) | 
| type of layer 2 payload  | |
| int | gnrc_netif_nrf24l01p_ng_create (gnrc_netif_t *netif, char *stack, int stacksize, char priority, char *name, netdev_t *dev) | 
| Creates an NRF24L01+ (NG) network interface.  More... | |
| int gnrc_netif_nrf24l01p_ng_create | ( | gnrc_netif_t * | netif, | 
| char * | stack, | ||
| int | stacksize, | ||
| char | priority, | ||
| char * | name, | ||
| netdev_t * | dev | ||
| ) | 
Creates an NRF24L01+ (NG) network interface.
| [out] | netif | The interface. May not be NULL.  | 
| [in] | stack | The stack for the network interface's thread | 
| [in] | stacksize | Size of stack  | 
| [in] | priority | Priority for the network interface's thread | 
| [in] | name | Name for the network interface. May be NULL | 
| [in] | dev | Device for the interface |