ESP-NOW adaption for Network interface API. More...
ESP-NOW adaption for Network interface API.
Definition in file esp_now_gnrc.h.
#include "net/gnrc/netif.h"
Go to the source code of this file.
int | gnrc_netif_esp_now_create (gnrc_netif_t *netif, char *stack, int stacksize, char priority, char *name, netdev_t *dev) |
Creates the ESP-NOW network interface. More... | |
int gnrc_netif_esp_now_create | ( | gnrc_netif_t * | netif, |
char * | stack, | ||
int | stacksize, | ||
char | priority, | ||
char * | name, | ||
netdev_t * | dev | ||
) |
Creates the ESP-NOW 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. |