38 #include "contiki-conf.h"
45 ieee_addr_cpy_to(uint8_t *dst, uint8_t len)
50 memcpy(dst, &ieee_addr_hc[8 - len], len);
72 for(i = 0; i < len / 2; i++) {
75 for(i = 0; i < len / 2; i++) {
79 for(i = 0; i < len; i++) {
86 dst[len - 1] = IEEE_ADDR_NODE_ID & 0xFF;
87 dst[len - 2] = IEEE_ADDR_NODE_ID >> 8;
#define IEEE_ADDR_CONF_HARDCODED
Location of the IEEE address 0 => Read from InfoPage, 1 => Use a hardcoded address, configured by IEEE_ADDR_CONF_ADDRESS.
#define IEEE_ADDR_CONF_ADDRESS
The hardcoded IEEE address to be used when IEEE_ADDR_CONF_HARDCODED is defined as 1...
Header file with register and macro declarations for the cc2538 IEEE address driver.
#define IEEE_ADDR_OUI_TI
TI OUI.
#define IEEE_ADDR_LOCATION
Select which address location to use.
Header file for the Rime address representation