Loading...
Searching...
No Matches
eui_provider_params.h File Reference

EUI providers found on the board. More...

Detailed Description

EUI providers found on the board.

Author
Benjamin Valentin benja.nosp@m.min..nosp@m.valen.nosp@m.tin@.nosp@m.ml-pa.nosp@m..com

Definition in file eui_provider_params.h.

#include "edbg_eui.h"
+ Include dependency graph for eui_provider_params.h:

Go to the source code of this file.

EUI sources on the board

EUI-64 inside EDBG for the internal radio

#define EUI64_PROVIDER_FUNC   _edbg_get_eui64
 
#define EUI64_PROVIDER_TYPE   NETDEV_AT86RF2XX
 
#define EUI64_PROVIDER_INDEX   0
 
static int _edbg_get_eui64 (uint8_t index, eui64_t *addr)
 EDBG provides a EUI-64, the same that is printed on the board.
 

Macro Definition Documentation

◆ EUI64_PROVIDER_FUNC

#define EUI64_PROVIDER_FUNC   _edbg_get_eui64

Definition at line 45 of file eui_provider_params.h.

◆ EUI64_PROVIDER_INDEX

#define EUI64_PROVIDER_INDEX   0

Definition at line 47 of file eui_provider_params.h.

◆ EUI64_PROVIDER_TYPE

#define EUI64_PROVIDER_TYPE   NETDEV_AT86RF2XX

Definition at line 46 of file eui_provider_params.h.

Function Documentation

◆ _edbg_get_eui64()

static int _edbg_get_eui64 ( uint8_t  index,
eui64_t addr 
)
inlinestatic

EDBG provides a EUI-64, the same that is printed on the board.

Definition at line 30 of file eui_provider_params.h.