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
9#pragma once
10
21
22#include <stdint.h>
23#include "net/eui64.h"
24
25#ifdef __cplusplus
26extern "C" {
27#endif
28
40
41#ifdef __cplusplus
42}
43#endif
44
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