Loading...
Searching...
No Matches
edbg_eui.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2020 Benjamin Valentin
3 * SPDX-License-Identifier: LGPL-2.1-only
4 */
5
6#pragma once
7
18
19#include <stdint.h>
20#include "net/eui64.h"
21
22#ifdef __cplusplus
23extern "C" {
24#endif
25
37
38#ifdef __cplusplus
39}
40#endif
41
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