Contiki-NG

Implementation of the CC13xx/CC26xx IEEE addresses driver. More...

#include "contiki.h"
#include "net/linkaddr.h"
#include "rf/ieee-addr.h"
#include "ieee-addr-id.h"
#include <ti/devices/DeviceFamily.h>
#include <DeviceFamily_constructPath(inc/hw_memmap.h)>
#include <DeviceFamily_constructPath(inc/hw_fcfg1.h)>
#include <DeviceFamily_constructPath(inc/hw_ccfg.h)>
#include <stdint.h>
#include <string.h>

Go to the source code of this file.

Functions

int ieee_addr_cpy_to (uint8_t *dst, uint8_t len)
 Copy the device's IEEE address to a destination buffer. More...
 

Detailed Description

Implementation of the CC13xx/CC26xx IEEE addresses driver.

Author
Edvard Pettersen e.pet.nosp@m.ters.nosp@m.en@ti.nosp@m..com

Definition in file ieee-addr.c.