Loading...
Searching...
No Matches
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
27extern "C" {
28#endif
29
41
42#ifdef __cplusplus
43}
44#endif
45
46#endif /* EDBG_EUI_H */
EUI-64 data type definition.
int edbg_get_eui64(eui64_t *addr)
Get the unique EUI64 address from a Atmel EDBG debugger.
Data type to represent an EUI-64.
Definition eui64.h:55