24 #define CC2538_EUI64_LOCATION_PRI   (0x00280028)  
   25 #define CC2538_EUI64_LOCATION_SEC   (0x0027FFCC)  
   59 #ifndef CC2538_EUI64_CUSTOM 
   60 #define EUI64_PROVIDER_FUNC   cc2538_get_eui64_primary 
   61 #define EUI64_PROVIDER_TYPE   NETDEV_CC2538 
   62 #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.