Loading...
Searching...
No Matches
Driver for getting MAC address out of Atmel EDBG

Device driver interface for the AT24MAC I2C chip. More...

Detailed Description

Device driver interface for the AT24MAC I2C chip.

Files

file  edbg_eui.h
 

Functions

int edbg_get_eui64 (eui64_t *addr)
 Get the unique EUI64 address from a Atmel EDBG debugger.
 

Function Documentation

◆ edbg_get_eui64()

int edbg_get_eui64 ( eui64_t addr)

Get the unique EUI64 address from a Atmel EDBG debugger.

Note
The EDBG firmware may take a while to start up, so on cold boot this function can return error when called to soon.
Parameters
[out]addrmemory location to copy the address into.
Returns
0 on success, error otherwise.