edbg_eui.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2020 Benjamin Valentin
3  *
4  * This file is subject to the terms and conditions of the GNU Lesser
5  * General Public License v2.1. See the file LICENSE in the top level
6  * directory for more details.
7  */
8 
20 #ifndef EDBG_EUI_H
21 #define EDBG_EUI_H
22 
23 #include <stdint.h>
24 #include "net/eui64.h"
25 
26 #ifdef __cplusplus
27 extern "C" {
28 #endif
29 
40 int edbg_get_eui64(eui64_t *addr);
41 
42 #ifdef __cplusplus
43 }
44 #endif
45 
46 #endif /* EDBG_EUI_H */
47 
edbg_get_eui64
int edbg_get_eui64(eui64_t *addr)
Get the unique EUI64 address from a Atmel EDBG debugger.
eui64_t
Data type to represent an EUI-64.
Definition: eui64.h:55
eui64.h
EUI-64 data type definition.