18#ifndef EUI_PROVIDER_PARAMS_H
19#define EUI_PROVIDER_PARAMS_H
35 unsigned tries = 10000;
37 return tries ? 0 : -1;
45#define EUI64_PROVIDER_FUNC _edbg_get_eui64
46#define EUI64_PROVIDER_TYPE NETDEV_AT86RF2XX
47#define EUI64_PROVIDER_INDEX 0
int edbg_get_eui64(eui64_t *addr)
Get the unique EUI64 address from a Atmel EDBG debugger.
static int _edbg_get_eui64(uint8_t index, eui64_t *addr)
EDBG provides a EUI-64, the same that is printed on the board.
Data type to represent an EUI-64.