Contiki-NG
Functions

Header file with register and macro declarations for the cc26xx IEEE address driver. More...

#include "contiki.h"
#include <stdint.h>

Go to the source code of this file.

Macros

IEEE address locations

The address of the secondary location can be configured by the platform or example

#define IEEE_ADDR_LOCATION_PRIMARY   0x500012F0
 Primary IEEE address location.
 
#define IEEE_ADDR_LOCATION_SECONDARY   0x0001FFC8
 Secondary IEEE address location.
 

Functions

void ieee_addr_cpy_to (uint8_t *dst, uint8_t len)
 Copy the node's IEEE address to a destination memory area. More...
 

Detailed Description

Header file with register and macro declarations for the cc26xx IEEE address driver.

Definition in file ieee-addr.h.