31 unsigned tries = 10000;
33 return tries ? 0 : -1;
41 #define EUI64_PROVIDER_FUNC _edbg_get_eui64
42 #define EUI64_PROVIDER_TYPE NETDEV_AT86RF2XX
43 #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.