CC2538 EUI-64 provider. More...
CC2538 EUI-64 provider.
Definition in file cc2538_eui_primary.h.
#include "net/eui64.h" Include dependency graph for cc2538_eui_primary.h:
 Include dependency graph for cc2538_eui_primary.h: This graph shows which files directly or indirectly include this file:
 This graph shows which files directly or indirectly include this file: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 (uint8_t index, eui64_t *addr) | 
| Get the primary (burned-in) EUI-64 of the device. | |
| 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 | 
| #define CC2538_EUI64_LOCATION_PRI (0x00280028) | 
Primary EUI-64 address location.
Definition at line 24 of file cc2538_eui_primary.h.
| #define CC2538_EUI64_LOCATION_SEC (0x0027FFCC) | 
Secondary EUI-64 address location.
Definition at line 25 of file cc2538_eui_primary.h.
| #define EUI64_PROVIDER_FUNC cc2538_get_eui64_primary | 
Definition at line 60 of file cc2538_eui_primary.h.
| #define EUI64_PROVIDER_INDEX 0 | 
Definition at line 62 of file cc2538_eui_primary.h.
| #define EUI64_PROVIDER_TYPE NETDEV_CC2538 | 
Definition at line 61 of file cc2538_eui_primary.h.
| 
 | inlinestatic | 
Get the primary (burned-in) EUI-64 of the device.
| index | unused | |
| [out] | addr | The EUI-64 | 
Definition at line 35 of file cc2538_eui_primary.h.