CC2538 EUI-64 provider. More...
CC2538 EUI-64 provider.
Definition in file cc2538_eui_primary.h.
#include "net/eui64.h"
Go to the source code of this file.
#define | CC2538_EUI64_LOCATION_PRI (0x00280028) |
Primary EUI-64 address location. | |
#define | CC2538_EUI64_LOCATION_SEC (0x0027FFCC) |
Secondary EUI-64 address location. | |
static int | cc2538_get_eui64_primary (const void *arg, eui64_t *addr) |
Get the primary (burned-in) EUI-64 of the device. More... | |
CC2538 comes with an EUI-64 | |
#define | EUI64_PROVIDER_FUNC cc2538_get_eui64_primary |
#define | EUI64_PROVIDER_TYPE NETDEV_CC2538 |
#define | EUI64_PROVIDER_INDEX 0 |
|
inlinestatic |
Get the primary (burned-in) EUI-64 of the device.
arg | unused | |
[out] | addr | The EUI-64 |
Definition at line 39 of file cc2538_eui_primary.h.