Contiki-NG
Files
cc2538 IEEE Address Control

Driver for the retrieval of an IEEE address from flash. More...

Files

file  ieee-addr.c
 Driver for the cc2538 IEEE addresses.
 
file  ieee-addr.h
 Header file with register and macro declarations for the cc2538 IEEE address driver.
 

TI OUI

#define IEEE_ADDR_OUI_TI   { 0x00, 0x12, 0x4B }
 TI OUI.
 

IEEE address locations

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

#define IEEE_ADDR_LOCATION_PRIMARY   0x00280028
 Primary IEEE address location.
 
#define IEEE_ADDR_LOCATION_SECONDARY   0x0027FFCC
 Secondary IEEE address location.
 
#define IEEE_ADDR_LOCATION   IEEE_ADDR_LOCATION_PRIMARY
 Select which address location to use.
 

Detailed Description

Driver for the retrieval of an IEEE address from flash.