19#ifndef CC2538_EUI_PRIMARY_H
20#define CC2538_EUI_PRIMARY_H
28#define CC2538_EUI64_LOCATION_PRI (0x00280028)
29#define CC2538_EUI64_LOCATION_SEC (0x0027FFCC)
63#ifndef CC2538_EUI64_CUSTOM
64#define EUI64_PROVIDER_FUNC cc2538_get_eui64_primary
65#define EUI64_PROVIDER_TYPE NETDEV_CC2538
66#define EUI64_PROVIDER_INDEX 0
static int cc2538_get_eui64_primary(uint8_t index, eui64_t *addr)
Get the primary (burned-in) EUI-64 of the device.
#define CC2538_EUI64_LOCATION_PRI
Primary EUI-64 address location.
EUI-64 data type definition.
Data type to represent an EUI-64.
uint8_t uint8[8]
split into 8 8-bit words.